Fix no-cbqi-innermost option name in run script (#1994)
authorAndres Noetzli <andres.noetzli@gmail.com>
Sun, 27 May 2018 18:39:36 +0000 (11:39 -0700)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sun, 27 May 2018 18:39:36 +0000 (13:39 -0500)
contrib/run-script-smtcomp2018

index 5264bc26c2bc72eaf355d1fc8d3260ffb306a307..9057282e5f73f7fd5e2203434149912c8672823c 100644 (file)
@@ -85,21 +85,21 @@ UFBV)
   # most problems in UFBV are essentially BV
   trywith 300 --full-saturate-quant --decision=internal
   trywith 300 --full-saturate-quant --cbqi-nested-qe --decision=internal
-  trywith 30 --full-saturate-quant --cbqi-no-innermost --global-negate
+  trywith 30 --full-saturate-quant --no-cbqi-innermost --global-negate
   finishwith --finite-model-find
   ;;
 BV)
   trywith 120 --full-saturate-quant
-  trywith 120 --full-saturate-quant --cbqi-no-innermost
+  trywith 120 --full-saturate-quant --no-cbqi-innermost
   trywith 300 --full-saturate-quant --cbqi-nested-qe --decision=internal
   trywith 30 --full-saturate-quant --no-cbqi-bv
   trywith 30 --full-saturate-quant --cbqi-bv-ineq=eq-slack
   # finish 10min
-  finishwith --full-saturate-quant --cbqi-no-innermost --global-negate
+  finishwith --full-saturate-quant --no-cbqi-innermost --global-negate
   ;;
 LIA|LRA|NIA|NRA)
   trywith 30 --full-saturate-quant --nl-ext-tplanes
-  trywith 300 --full-saturate-quant --cbqi-no-innermost
+  trywith 300 --full-saturate-quant --no-cbqi-innermost
   trywith 300 --full-saturate-quant --cbqi-nested-qe
   finishwith --full-saturate-quant --cbqi-nested-qe --decision=internal
   ;;