summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-05-26 14:51:01 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-05-26 14:51:11 -0500
commit28b20948a3b236bf32ca399e2cd85b09c1e57e67 (patch)
tree54319cbb8b27a94240ef5cfcd53bc0d7fb0c9fe4 /contrib
parent7f079d6d88fc6e7e5c73eb4bfa9cb42e6930c224 (diff)
Use term indexing in TheoryUF::computeCareGraph. Do not reject model value instantiations in cbqi+BV. Use dag in alpha equivalence check. Fix simple memory leak in fmf.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/run-script-smtcomp201610
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/run-script-smtcomp2016 b/contrib/run-script-smtcomp2016
index 8ac8d5c1d..056cddb8e 100644
--- a/contrib/run-script-smtcomp2016
+++ b/contrib/run-script-smtcomp2016
@@ -33,7 +33,7 @@ QF_LIA)
# same as QF_LRA but add --pb-rewrites
finishwith --enable-miplib-trick --miplib-trick-subs=4 --use-approx --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp --use-soi --pb-rewrites
;;
-ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA)
+ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA)
# the following is designed for a run time of 2400s (40 min).
# initial runs 1min
trywith 20 --simplification=none --full-saturate-quant
@@ -64,8 +64,14 @@ ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA)
# finish 12min
finishwith --full-saturate-quant
;;
+UFBV)
+ # many problems in UFBV are essentially BV
+ trywith 300 --full-saturate-quant
+ trywith 300 --finite-model-find
+ finishwith --cbqi-all --full-saturate-quant
+ ;;
BV)
- trywith 30 --finite-model-find
+ trywith 300 --finite-model-find
finishwith --cbqi-all --full-saturate-quant
;;
LIA|LRA|NIA|NRA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback