From 971a6ac1ccdeb52572565b6b47afedb9eccb7833 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 21 Aug 2020 08:39:25 -0500 Subject: Remove BV equality slicer (#4928) This class is not used based on our coverage tests (although it appears to be possibly enabled based on non-standard runtime checking of assertions), and uses the equality engine in a highly nonstandard way that will be a burden to the new standardization of equality engine in theory solvers. FYI @aniemetz @mpreiner --- contrib/competitions/smt-comp/run-script-smtcomp-current-unsat-cores | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/competitions/smt-comp') diff --git a/contrib/competitions/smt-comp/run-script-smtcomp-current-unsat-cores b/contrib/competitions/smt-comp/run-script-smtcomp-current-unsat-cores index b5449470f..5cb2ab610 100755 --- a/contrib/competitions/smt-comp/run-script-smtcomp-current-unsat-cores +++ b/contrib/competitions/smt-comp/run-script-smtcomp-current-unsat-cores @@ -51,7 +51,7 @@ QF_UFBV) finishwith ;; QF_BV) - finishwith --bv-div-zero-const --bv-eq-slicer=auto --no-bv-abstraction + finishwith --bv-div-zero-const --no-bv-abstraction ;; QF_AUFLIA) finishwith --no-arrays-eager-index --arrays-eager-lemmas --decision=justification -- cgit v1.2.3