summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-13 23:05:26 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-13 23:05:26 +0200
commiteafa74ff02262cd80eefec1ce627b569791b7729 (patch)
tree5ae08f7823360db10da525d97a04bc4c0b1dfeba
parentb66afc0f672c46c9705284459674efc5a857106a (diff)
Disable sort inference for SMT COMP
-rwxr-xr-xcontrib/run-script-smtcomp20154
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/run-script-smtcomp2015 b/contrib/run-script-smtcomp2015
index 6e099f3af..2dac38935 100755
--- a/contrib/run-script-smtcomp2015
+++ b/contrib/run-script-smtcomp2015
@@ -48,7 +48,7 @@ ALIA|AUFLIA|AUFLIRA|AUFNIRA|BV|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA)
trywith 10 --qcf-tconstraint --full-saturate-quant
# medium runs 5min
trywith 30 --no-quant-cf --full-saturate-quant
- trywith 30 --finite-model-find --fmf-inst-engine --sort-inference --uf-ss-fair --mbqi=gen-ev
+ trywith 30 --finite-model-find --fmf-inst-engine --mbqi=gen-ev
trywith 30 --no-e-matching --no-quant-cf --full-saturate-quant
trywith 30 --pre-skolem-quant --full-saturate-quant
trywith 30 --no-inst-no-entail --no-quant-cf --full-saturate-quant
@@ -62,7 +62,7 @@ ALIA|AUFLIA|AUFLIRA|AUFNIRA|BV|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA)
trywith 60 --finite-model-find --mbqi=none
trywith 60 --decision=internal --full-saturate-quant
# last call runs 20min
- trywith 300 --finite-model-find --fmf-inst-engine --quant-cf --sort-inference --uf-ss-fair
+ trywith 300 --finite-model-find --fmf-inst-engine --quant-cf
trywith 300 --no-inst-no-entail --full-saturate-quant
finishwith --full-saturate-quant
;;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback