summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2015-06-13 17:09:04 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2015-06-13 17:09:04 -0400
commit290bdcb4f8c102c2eee664a1d9a97afc971254be (patch)
tree481848c773ba5e7be5a3abe223c315322f37bdb4
parent78f89cc03cb6c105e5fa5b0207eb8966f3e1a53f (diff)
Disable sort inference for experimental runscript
-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 639375b4e..cad185a1b 100755
--- a/contrib/run-script-smtcomp2015
+++ b/contrib/run-script-smtcomp2015
@@ -51,7 +51,7 @@ ALIA|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
@@ -65,7 +65,7 @@ ALIA|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