From: ajreynol Date: Sat, 13 Jun 2015 21:05:26 +0000 (+0200) Subject: Disable sort inference for SMT COMP X-Git-Tag: cvc5-1.0.0~6280 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eafa74ff02262cd80eefec1ce627b569791b7729;p=cvc5.git Disable sort inference for SMT COMP --- 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 ;;