From 6e7b111b9b38fb69ab10fbca11bd9144346fafd8 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sun, 15 Jun 2014 01:29:53 -0400 Subject: [PATCH] better bv args for smtcomp --- contrib/run-script-smtcomp2014 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/run-script-smtcomp2014 b/contrib/run-script-smtcomp2014 index cd81a3f52..55f274234 100755 --- a/contrib/run-script-smtcomp2014 +++ b/contrib/run-script-smtcomp2014 @@ -72,8 +72,8 @@ QF_AUFBV) QF_BV) exec ./pcvc4 -L smt2 --no-incremental --no-checking --no-interactive \ --threads 2 \ - --thread0 '--unconstrained-simp --bv-eq-slicer=auto' \ - --thread1 '--bitblast=eager --unconstrained-simp' \ + --thread0 '--unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bitblast=eager --no-bv-abstraction' \ + --thread1 '--unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bv-eq-slicer=auto ' \ --no-wait-to-join \ "$bench" #trywith 10 --bv-eq-slicer=auto --decision=justification -- 2.30.2