[SMT-COMP] No unconstrained simp for QF_LIA UC (#3039)
authorAndres Noetzli <andres.noetzli@gmail.com>
Mon, 3 Jun 2019 23:15:54 +0000 (16:15 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 23:15:54 +0000 (16:15 -0700)
`--unconstrained-simp` is not compatible with unsat cores.

contrib/run-script-smtcomp2019-unsat-cores

index 942f489e628a6ba4bfc24bccb023086ae358124a..795de734b2afd9282325444246e367a86dc693cb 100755 (executable)
@@ -17,7 +17,7 @@ QF_LRA)
   finishwith --no-restrict-pivots --use-soi --new-prop
   ;;
 QF_LIA)
-  finishwith --miplib-trick --miplib-trick-subs=4 --use-approx --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp --use-soi
+  finishwith --miplib-trick --miplib-trick-subs=4 --use-approx --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --use-soi
   ;;
 QF_NIA)
   finishwith --solve-int-as-bv=32 --bitblast=eager --bv-sat-solver=cryptominisat