summaryrefslogtreecommitdiff
path: root/contrib/run-script-smtcomp2016
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/run-script-smtcomp2016')
-rw-r--r--contrib/run-script-smtcomp201610
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/run-script-smtcomp2016 b/contrib/run-script-smtcomp2016
index ad036ad05..5c14f7903 100644
--- a/contrib/run-script-smtcomp2016
+++ b/contrib/run-script-smtcomp2016
@@ -35,11 +35,11 @@ QF_LIA)
;;
QF_NIA)
trywith 20
- trywith 1800 --solve-int-as-bv=2 --bitblast=eager
- trywith 1800 --solve-int-as-bv=4 --bitblast=eager
- trywith 1800 --solve-int-as-bv=8 --bitblast=eager
- trywith 1800 --solve-int-as-bv=16 --bitblast=eager
- finishwith --solve-int-as-bv=32 --bitblast=eager
+ trywith 1800 --solve-int-as-bv=2 --bitblast=eager --bv-sat-solver=cryptominisat
+ trywith 1800 --solve-int-as-bv=4 --bitblast=eager --bv-sat-solver=cryptominisat
+ trywith 1800 --solve-int-as-bv=8 --bitblast=eager --bv-sat-solver=cryptominisat
+ trywith 1800 --solve-int-as-bv=16 --bitblast=eager --bv-sat-solver=cryptominisat
+ finishwith --solve-int-as-bv=32 --bitblast=eager --bv-sat-solver=cryptominisat
;;
ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA)
# the following is designed for a run time of 2400s (40 min).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback