-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomparison_trees.xml
More file actions
41 lines (37 loc) · 1.31 KB
/
Copy pathcomparison_trees.xml
File metadata and controls
41 lines (37 loc) · 1.31 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
32
33
34
35
36
37
38
39
40
41
<?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="SMPMC">
<column title="Iterations" value="iterations"/>
<require cpuCores="1"/>
<option>-m</option>
<option>molehill</option>
<option>--ce</option>
<option>none</option>
<option>--constraint</option>
<option>tree</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>
<rundefinition name="SMT(LRA)">
<column title="Iterations" value="iterations"/>
<require cpuCores="1"/>
<option>-m</option>
<option>molehill</option>
<option>--pure-smt</option>
<option>--ce</option>
<option>none</option>
<option>--constraint</option>
<option>tree</option>
</rundefinition>
</benchmark>