From: Tim King Date: Sat, 13 Jun 2015 21:30:24 +0000 (+0200) Subject: Changing the run script for master for the application track. X-Git-Tag: cvc5-1.0.0~6278 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc8df0a8c79098c34c96c3722ed5b5269e5f6c78;p=cvc5.git Changing the run script for master for the application track. --- diff --git a/contrib/run-script-smtcomp2015-application b/contrib/run-script-smtcomp2015-application index ce5395469..3ffcc7234 100755 --- a/contrib/run-script-smtcomp2015-application +++ b/contrib/run-script-smtcomp2015-application @@ -26,11 +26,11 @@ function runcvc4 { case "$logic" in QF_LRA) - runcvc4 --tear-down-incremental --enable-miplib-trick --miplib-trick-subs=4 --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp + runcvc4 --tear-down-incremental --unconstrained-simp ;; QF_LIA) # same as QF_LRA but add --pb-rewrites - runcvc4 --tear-down-incremental --enable-miplib-trick --miplib-trick-subs=4 --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp --pb-rewrites + runcvc4 --tear-down-incremental --unconstrained-simp ;; ALIA|AUFLIA|AUFLIRA|AUFNIRA|BV|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA) runcvc4 --tear-down-incremental