summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorajreynol <reynolds@laraserver2.epfl.ch>2014-06-12 00:31:29 +0200
committerajreynol <reynolds@laraserver2.epfl.ch>2014-06-12 00:31:29 +0200
commit42d2fb0008601c9b66ee9953d3f8826cfdf8e285 (patch)
tree24236795283d00ef409ac3870f19a636f159bf56 /contrib
parentd9c2c9a4c7fb1c213f420715dc546293418b4479 (diff)
Update SMTCOMP script to handle all quantified logics.
Diffstat (limited to 'contrib')
-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