projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b035b4
)
Change SMT-EVAL run-script to use Tim's best QF_LRA command-line parameters
author
Morgan Deters
<mdeters@cs.nyu.edu>
Tue, 7 May 2013 03:07:28 +0000
(23:07 -0400)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Tue, 7 May 2013 03:07:28 +0000
(23:07 -0400)
contrib/run-script-smteval2013
patch
|
blob
|
history
diff --git
a/contrib/run-script-smteval2013
b/contrib/run-script-smteval2013
index 3c71b28e7afbaf95254a227fddf000626e38e360..6210ca17e8432b1b737042f08479e2675f786ae0 100755
(executable)
--- 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