summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-10-02 15:59:26 -0700
committerGitHub <noreply@github.com>2019-10-02 15:59:26 -0700
commit40ec51368b5ab23e74fb3537f307782f6c76ab22 (patch)
tree9d7e765cea6a526c9cb7387c342dfbe21f8b265f /contrib
parent2e1b546811778f2c95f07b70f42e458b0552fab0 (diff)
[SMT-COMP] Remove --unconstrained-simp for incremental QF_LIA (#3333)
Fixes #3058. Commit a7c4cd3ecacb1e484a076edde0274c282bb43ffb changed CVC4's behavior to emit an error when `--unconstrained-simp` is used with `--incremental`. Before, we were silently disabling it. For some reason, we had that option enabled for the incremental QF_LIA track of SMT-COMP, so CVC4 failed on those benchmarks. This commit changes the corresponding competition script to not use the option.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/competitions/smt-comp/run-script-smtcomp-current-incremental2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/competitions/smt-comp/run-script-smtcomp-current-incremental b/contrib/competitions/smt-comp/run-script-smtcomp-current-incremental
index 12c91a036..84125f006 100755
--- a/contrib/competitions/smt-comp/run-script-smtcomp-current-incremental
+++ b/contrib/competitions/smt-comp/run-script-smtcomp-current-incremental
@@ -47,7 +47,7 @@ QF_BV)
runcvc4 --incremental --bitblast=eager --bv-sat-solver=cadical
;;
QF_LIA)
- runcvc4 --tear-down-incremental=1 --unconstrained-simp
+ runcvc4 --tear-down-incremental=1
;;
QF_UFBV)
runcvc4 --incremental
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback