-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomparison_treesnog.xml
More file actions
31 lines (27 loc) · 1.01 KB
/
Copy pathcomparison_treesnog.xml
File metadata and controls
31 lines (27 loc) · 1.01 KB
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
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<benchmark tool="tools.synthesis" timelimit="1800s" hardtimelimit="1800s" memlimit="16GB">
<tasks name="Benchmarks">
<include>benchmarks/files/benchmark-q2-tree/*.yml</include>
<propertyfile>benchmarks/unknown.txt</propertyfile>
</tasks>
<rundefinition name="PAYNT-CEGISwoG">
<column title="Iterations" value="iterations"/>
<require cpuCores="1"/>
<option>build/paynt/paynt.py</option>
<option>--method</option>
<option>cegis</option>
<option>--constraint</option>
<option>tree</option>
<option>--ce-generator</option>
<option>none</option>
</rundefinition>
<rundefinition name="PAYNT-CEGIS">
<column title="Iterations" value="iterations"/>
<require cpuCores="1"/>
<option>build/paynt/paynt.py</option>
<option>--method</option>
<option>cegis</option>
<option>--constraint</option>
<option>tree</option>
</rundefinition>
</benchmark>