aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.run/config/taxation.vsconfig
blob: 0c819976029370e3b5ee2611565cc3b4f56b7aea (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
25
//import epackage	"config/Taxation.ecore"
////import viatra	"src/queries/familyTreeConstraints.vql"
//
//generate {
//	metamodel = { package Taxation }
//	//constraints = { package queries}
//	solver = ViatraSolver
//	scope = {
//		//#node = 6,
//		#int = {0},
//		#real = {0.0}
//	}
//	
//	config = {
//		runtime = 10,
//		log-level = normal
//	}
//	
//	runs = 1
//	
//	debug =			"config/output/debug/"
//	log =			"config/output/debug/log.txt"
//	output =		"config/output/models"
//	statistics =	"config/output/debug/statistics.csv"
//}