Add new --pb-rewrites options to QF_LIA run script for SMT-COMP.
authorMorgan Deters <mdeters@cs.nyu.edu>
Tue, 10 Jun 2014 21:40:32 +0000 (17:40 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Tue, 10 Jun 2014 21:40:37 +0000 (17:40 -0400)
contrib/run-script-smtcomp2014

index af41aab8b58fb13fb4cd59ea72d1be467138c77a..196ce5a6b070f216e4b6f043cdc33f1b2c77fd3e 100755 (executable)
@@ -25,10 +25,13 @@ function finishwith {
 
 case "$logic" in
 
-QF_LRA|QF_LIA)
-  # need also --pb-rewrites after tim's merge
+QF_LRA)
   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
   ;;
+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)
   # the following is designed for a run time of 1500s.
   # initial runs