Update dtgbasat benchmark
* bench/dtgbasat/config.bench: Configuration file sample used by gen.py * bench/dtgbasat/gen.py: Script that can generate both bench script and pdf results. * bench/dtgbasat/stats.sh: Change stat.sh into stat-gen.sh that will be generated by gen.py script. * bench/dtgbasat/Makefile.am: Add new files. * bench/dtgbasat/README: Update README. * bench/dtgbasat/stat-gen.sh: Add stat script generated by gen.py and default config.bench file.
This commit is contained in:
parent
823dc56e6b
commit
042c7a0f5b
6 changed files with 1257 additions and 13 deletions
33
bench/dtgbasat/config.bench
Normal file
33
bench/dtgbasat/config.bench
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# This is a comment.
|
||||
# This file is only used by the gen.py script.
|
||||
#
|
||||
# If you need to execute some shell code before a method, just write:
|
||||
# 'sh "your_shell_code_in_one_line"' before that method.
|
||||
#
|
||||
# For each method, here is the syntax:
|
||||
# "name_of_the_bench":"short_code">"some -x options"
|
||||
# (see man spot-x for details)"
|
||||
|
||||
sh export SPOT_SATSOLVER="glucose -verb=0 -model %I > %O"
|
||||
Glucose (As before):glu>sat-minimize=4
|
||||
|
||||
sh export SPOT_SATSOLVER="picosat %I > %O"
|
||||
PicoSAT (As before):pic>sat-minimize=4
|
||||
|
||||
sh unset SPOT_SATSOLVER
|
||||
PicoLibrary:libp>sat-minimize=4
|
||||
|
||||
Incr Naive:incr1>sat-minimize=3,param=-1
|
||||
Incr param=1:incr2p1>sat-minimize=3,param=1
|
||||
Incr param=2:incr2p2>sat-minimize=3,param=2
|
||||
Incr param=4:incr2p4>sat-minimize=3,param=4
|
||||
Incr param=8:incr2p8>sat-minimize=3,param=8
|
||||
Assume param=1:assp1>sat-minimize=2,param=1
|
||||
Assume param=2:assp2>sat-minimize=2,param=2
|
||||
Assume param=3:assp2>sat-minimize=2,param=2
|
||||
Assume param=4:assp4>sat-minimize=2,param=4
|
||||
Assume param=5:assp5>sat-minimize=2,param=5
|
||||
Assume param=6:assp6>sat-minimize=2,param=6
|
||||
Assume param=7:assp7>sat-minimize=2,param=7
|
||||
Assume param=8:assp8>sat-minimize=2,param=8
|
||||
Dichotomy:dicho>sat-minimize
|
||||
Loading…
Add table
Add a link
Reference in a new issue