summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2014-06-11 18:40:39 -0400
committerlianah <lianahady@gmail.com>2014-06-11 18:40:39 -0400
commit5899aab331ddec4d1c07387e596e1f1bc495ea94 (patch)
tree82b253518c49debd710737e3f9b847d532581bc9
parent6fa77a772a67897c07615afdc3d95b38087ff741 (diff)
parent42d2fb0008601c9b66ee9953d3f8826cfdf8e285 (diff)
Merge branch 'master' of https://github.com/CVC4/CVC4
-rwxr-xr-xcontrib/run-script-smtcomp20144
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/run-script-smtcomp2014 b/contrib/run-script-smtcomp2014
index 196ce5a6b..ccb05733a 100755
--- a/contrib/run-script-smtcomp2014
+++ b/contrib/run-script-smtcomp2014
@@ -32,7 +32,7 @@ QF_LIA)
# same as QF_LRA but add --pb-rewrites
finishwith --enable-miplib-trick --miplib-trick-subs=4 --use-approx --stats --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp --use-soi --pb-rewrites
;;
-AUFLIA|AUFLIRA|AUFNIRA|UFLRA|UFNIA)
+ALIA|AUFLIA|AUFLIRA|AUFNIRA|BV|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA)
# the following is designed for a run time of 1500s.
# initial runs
trywith 20 --simplification=none --decision=internal --full-saturate-quant
@@ -55,7 +55,7 @@ AUFLIA|AUFLIRA|AUFNIRA|UFLRA|UFNIA)
trywith 300 --finite-model-find --sort-inference --uf-ss-fair
finishwith --quant-cf --full-saturate-quant
;;
-LRA)
+LIA|LRA|NIA|NRA)
trywith 20 --enable-cbqi --full-saturate-quant
trywith 20 --full-saturate-quant
trywith 20 --cbqi-recurse --full-saturate-quant
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback