SMT-COMP 2020: Enable --fp-exp for new FP logics. (#4432)
authorAina Niemetz <aina.niemetz@gmail.com>
Sat, 2 May 2020 04:18:55 +0000 (21:18 -0700)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 04:18:55 +0000 (21:18 -0700)
contrib/competitions/smt-comp/run-script-smtcomp-current
contrib/competitions/smt-comp/run-script-smtcomp-current-incremental
contrib/competitions/smt-comp/run-script-smtcomp-current-unsat-cores

index d4a25739588d6d4b99efa814c0dc972e9f3dd156..506eb56b731da68dcd284c5b9f0b2ff34f92e6fb 100755 (executable)
@@ -85,7 +85,7 @@ ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA|UFDT|UFDTLIA|AUFDTLIA|AUF
   trywith 240 --finite-model-find --decision=internal
   finishwith --full-saturate-quant
   ;;
-ABVFP|BVFP|FP)
+ABVFP|BVFP|FP|UFFPDTLIRA|UFFPDTNIRA)
   finishwith --full-saturate-quant --fp-exp
   ;;
 UFBV)
@@ -145,13 +145,13 @@ QF_S|QF_SLIA)
   trywith 300 --strings-exp --rewrite-divk --strings-fmf
   finishwith --strings-exp --rewrite-divk
   ;;
-QF_ABVFP)
+QF_ABVFP|QF_ABVFPLRA)
   finishwith --fp-exp
   ;;
-QF_BVFP)
+QF_BVFP|QF_BVFPLRA)
   finishwith --fp-exp
   ;;
-QF_FP)
+QF_FP|QF_FPLRA)
   finishwith --fp-exp
   ;;
 *)
index d55c54b428246215ef6649d054a395ccae41b1f0..ae0b2d7a4cb3b12ce3daac20de90bdaaa4256743 100755 (executable)
@@ -67,13 +67,13 @@ ABVFP)
 BVFP)
   runcvc4 --incremental
   ;;
-QF_ABVFP)
+QF_ABVFP|QF_ABFPLRA)
   runcvc4 --incremental
   ;;
-QF_BVFP)
+QF_BVFP|QF_BVFPLRA)
   runcvc4 --incremental
   ;;
-QF_FP)
+QF_FP|QF_FPLRA)
   runcvc4 --incremental
   ;;
 *)
index 33f41263da5e9e549985b4222a35462bc3b85aa0..b5449470f6a5b5b8fee3eea6949998434143024b 100755 (executable)
@@ -68,13 +68,13 @@ QF_ALIA)
 QF_S|QF_SLIA)
   finishwith --strings-exp --rewrite-divk
   ;;
-QF_ABVFP)
+QF_ABVFP|QF_ABVFPLRA)
   finishwith --fp-exp
   ;;
-QF_BVFP)
+QF_BVFP|QF_BVFPLRA)
   finishwith --fp-exp
   ;;
-QF_FP)
+QF_FP|QF_FPLRA)
   finishwith --fp-exp
   ;;
 *)