Add QF_BV configuration for SMTCOMP'18. (#1981)
authorMathias Preiner <mathias.preiner@gmail.com>
Fri, 25 May 2018 18:02:32 +0000 (11:02 -0700)
committerAndres Noetzli <andres.noetzli@gmail.com>
Fri, 25 May 2018 18:02:32 +0000 (11:02 -0700)
contrib/run-script-smtcomp2018

index b920152b2572e89d1b7d7569a4b4dea9492a32ea..5264bc26c2bc72eaf355d1fc8d3260ffb306a307 100644 (file)
@@ -116,16 +116,7 @@ QF_UFBV)
   finishwith --bitblast=eager --bv-sat-solver=cryptominisat
   ;;
 QF_BV)
-  exec ./pcvc4 -L smt2.6 --no-incremental --no-checking --no-interactive --thread-stack=1024 \
-         --threads 2 \
-         --thread0 '--unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bitblast=eager  --bv-sat-solver=cryptominisat --bitblast-aig --no-bv-abstraction' \
-         --thread1 '--unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bv-eq-slicer=auto --no-bv-abstraction' \
-         --no-wait-to-join \
-         "$bench"
-  #trywith 10 --bv-eq-slicer=auto --decision=justification
-  #trywith 60 --decision=justification
-  #trywith 600 --decision=internal --bitblast-eager
-  #finishwith --decision=justification --decision-use-weight --decision-weight-internal=usr1
+  finishwith --unconstrained-simp --bv-div-zero-const --bv-intro-pow2 --bitblast=eager --bv-sat-solver=cadical --bitblast-aig --bv-abstraction --bv-eq-slicer=auto
   ;;
 QF_AUFLIA)
   finishwith --no-arrays-eager-index --arrays-eager-lemmas --decision=justification