summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-05-31 13:06:35 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-05-31 13:06:35 -0500
commit97f67691287a001412dbb2ddb4a372f204b27498 (patch)
tree4d753b2780bcc750f6b2257cb1bfca2b54d3787d /contrib
parent8fdc49e1bc53fb99050c3c46b9a8ba8541cf851b (diff)
Change to-int, div, int-div skolems from CDAttribute to stored in CDHashMap. Minor changes to smt comp script.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/run-script-smtcomp20176
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/run-script-smtcomp2017 b/contrib/run-script-smtcomp2017
index 8a0ff92ea..9af6fffd0 100644
--- a/contrib/run-script-smtcomp2017
+++ b/contrib/run-script-smtcomp2017
@@ -42,7 +42,7 @@ QF_NIA)
finishwith --solve-int-as-bv=32 --bitblast=eager --bv-sat-solver=cryptominisat
;;
QF_NRA)
- trywith 300 --nl-ext --nl-ext-tplanes
+ finishwith --nl-ext --nl-ext-tplanes
;;
ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA)
# the following is designed for a run time of 2400s (40 min).
@@ -83,8 +83,8 @@ ALIA|AUFLIA|AUFLIRA|AUFNIRA|UF|UFIDL|UFLIA|UFLRA|UFNIA)
;;
BV|UFBV)
# many problems in UFBV are essentially BV
- trywith 30 --full-saturate-quant
- trywith 30 --finite-model-find
+ trywith 300 --full-saturate-quant
+ trywith 300 --finite-model-find
finishwith --full-saturate-quant --decision=internal
;;
LIA|LRA)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback