projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da42764
)
Changing options for QF_AUFNIA to avoid bug
author
Clark Barrett
<barrett@cs.nyu.edu>
Mon, 15 Jun 2015 03:38:41 +0000
(20:38 -0700)
committer
Clark Barrett
<barrett@cs.nyu.edu>
Mon, 15 Jun 2015 03:38:41 +0000
(20:38 -0700)
contrib/run-script-smtcomp2015
patch
|
blob
|
history
diff --git
a/contrib/run-script-smtcomp2015
b/contrib/run-script-smtcomp2015
index 2dac38935fbb611834a77fec7604d2fd880ae4e7..846459f231c35f0772737ad6fed155b771edbc6e 100755
(executable)
--- a/
contrib/run-script-smtcomp2015
+++ b/
contrib/run-script-smtcomp2015
@@
-91,6
+91,9
@@
QF_BV)
#trywith 600 --decision=internal --bitblast-eager
#finishwith --decision=justification --decision-use-weight --decision-weight-internal=usr1
;;
+QF_AUFNIA)
+ finishwith --decision=justification --no-arrays-eager-index --arrays-eager-lemmas
+ ;;
QF_AUFLIA|QF_AX)
finishwith --no-arrays-eager-index --arrays-eager-lemmas
;;