aboutsummaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorLibravatar Aren Babikian <aren.babikian@mail.mcgill.ca>2021-02-16 00:55:15 +0100
committerLibravatar Aren Babikian <aren.babikian@mail.mcgill.ca>2021-02-16 00:55:15 +0100
commit4f0a474f5284bc97e9f509563d865424068b96fc (patch)
treec99585c30dc85ac0bc2944b807a9dae988c8f363 /Tests
parentfix dreal call on solved problem imprecision issue (diff)
downloadVIATRA-Generator-4f0a474f5284bc97e9f509563d865424068b96fc.tar.gz
VIATRA-Generator-4f0a474f5284bc97e9f509563d865424068b96fc.tar.zst
VIATRA-Generator-4f0a474f5284bc97e9f509563d865424068b96fc.zip
Minor adjsutments to CrossScen ad FamTree local case studies
Diffstat (limited to 'Tests')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.familyTree.run/inputs/familytreeGen.vsconfig8
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.familyTree.run/plugin.xml2
2 files changed, 6 insertions, 4 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/inputs/familytreeGen.vsconfig b/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/inputs/familytreeGen.vsconfig
index 7ead54af..bae32fca 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/inputs/familytreeGen.vsconfig
+++ b/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/inputs/familytreeGen.vsconfig
@@ -12,9 +12,11 @@ generate {
12 12
13 config = { 13 config = {
14 runtime = 10000, 14 runtime = 10000,
15 log-level = normal, 15 log-level = full,
16 "numeric-solver" = "dreal", 16 "numeric-solver" = "dreal-local",
17 "scopePropagator" = "typeHierarchy" 17 "dreal-local-path" = "/home/models/dreal4/bazel-bin/dreal/dreal",
18 "scopePropagator" = "typeHierarchy",
19 "strategy" = "crossingScenario"
18 } 20 }
19 21
20 runs = 1 22 runs = 1
diff --git a/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/plugin.xml b/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/plugin.xml
index 2f4febdb..c760d4ef 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/plugin.xml
+++ b/Tests/MODELS2020-CaseStudies/case.study.familyTree.run/plugin.xml
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><plugin/> <?xml version="1.0" encoding="UTF-8"?><plugin/>