From: Morgan Deters Date: Tue, 10 Jun 2014 21:40:32 +0000 (-0400) Subject: Add new --pb-rewrites options to QF_LIA run script for SMT-COMP. X-Git-Tag: cvc5-1.0.0~6840 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba2fb207c5c8b3c9ba0331ad114855b35dad7d16;p=cvc5.git Add new --pb-rewrites options to QF_LIA run script for SMT-COMP. --- diff --git a/contrib/run-script-smtcomp2014 b/contrib/run-script-smtcomp2014 index af41aab8b..196ce5a6b 100755 --- a/contrib/run-script-smtcomp2014 +++ b/contrib/run-script-smtcomp2014 @@ -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