summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/run-script-smteval20135
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/run-script-smteval2013 b/contrib/run-script-smteval2013
index 3c71b28e7..6210ca17e 100755
--- a/contrib/run-script-smteval2013
+++ b/contrib/run-script-smteval2013
@@ -25,10 +25,7 @@ function finishwith {
case "$logic" in
QF_LRA)
- # 3 minutes with default decision heuristic
- trywith --tlimit-per=180000
- # switch to internal decision heuristic
- finishwith --decision=internal
+ finishwith --no-restrict-pivots --enable-miplib-trick --miplib-trick-subs=2 --fc-penalties --collect-pivot-stats --use-soi --new-prop --dio-decomps --unconstrained-simp --fancy-final
;;
AUFLIA)
# 60 seconds with default decision heuristic
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback