aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/SocialNetwork_plugin/SocialNetworkGeneration.vsconfig
blob: e051c65944ea2e5de9df1da44a055fdb133e1d83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import epackage "model/socialnetwork.ecore"
import viatra	"src/ca/mcgill/ecse/socialnetwork/plugin/Queries.vql"

generate {
	metamodel = { package socialnetwork }
	//constraints = { package ca.mcgill.ecse.socialnetwork.plugin }
	partial-model = { "inputs/280nodes.xmi"}

	solver = ViatraSolver
	
	scope = {
		#node = 301
	}
	
	number = 1
	runs = 1
	config = {
		log-level = normal
	}
	
	debug = "output/debug"
	output = "output"
	log = "output/log.txt"
}