summaryrefslogtreecommitdiff
path: root/contrib/run-script-smtcomp2017
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/run-script-smtcomp2017')
-rw-r--r--contrib/run-script-smtcomp20176
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/run-script-smtcomp2017 b/contrib/run-script-smtcomp2017
index 8a0ff92ea..9af6fffd0 100644
--- a/contrib/run-script-smtcomp2017
+++ b/contrib/run-script-smtcomp2017
@@ -42,7 +42,7 @@ QF_NIA)
finishwith --solve-int-as-bv=32 --bitblast=eager --bv-sat-solver=cryptominisat
;;
QF_NRA)
- trywith 300 --nl-ext --nl-ext-tplanes
+ finishwith --nl-ext --nl-ext-tplanes
;;
ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA)
# the following is designed for a run time of 2400s (40 min).
@@ -83,8 +83,8 @@ ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA)
;;
BV|UFBV)
# many problems in UFBV are essentially BV
- trywith 30 --full-saturate-quant
- trywith 30 --finite-model-find
+ trywith 300 --full-saturate-quant
+ trywith 300 --finite-model-find
finishwith --full-saturate-quant --decision=internal
;;
LIA|LRA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback