Changing options for QF_AUFNIA to avoid bug
authorClark Barrett <barrett@cs.nyu.edu>
Mon, 15 Jun 2015 03:38:41 +0000 (20:38 -0700)
committerClark Barrett <barrett@cs.nyu.edu>
Mon, 15 Jun 2015 03:38:41 +0000 (20:38 -0700)
contrib/run-script-smtcomp2015

index 2dac38935fbb611834a77fec7604d2fd880ae4e7..846459f231c35f0772737ad6fed155b771edbc6e 100755 (executable)
@@ -91,6 +91,9 @@ QF_BV)
   #trywith 600 --decision=internal --bitblast-eager
   #finishwith --decision=justification --decision-use-weight --decision-weight-internal=usr1
   ;;
+QF_AUFNIA)
+  finishwith --decision=justification --no-arrays-eager-index --arrays-eager-lemmas
+  ;;
 QF_AUFLIA|QF_AX)
   finishwith --no-arrays-eager-index --arrays-eager-lemmas
   ;;