From: Morgan Deters Date: Mon, 18 Jun 2012 21:48:02 +0000 (+0000) Subject: QF_LRA strategy in run script, now final (?) for smt-comp 2012 X-Git-Tag: cvc5-1.0.0~7972 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b14e8b30e9fe46c1919e7e732a4641698f61778;p=cvc5.git QF_LRA strategy in run script, now final (?) for smt-comp 2012 --- diff --git a/contrib/run-script-smtcomp2012 b/contrib/run-script-smtcomp2012 index bad8482c2..2183df8ce 100755 --- a/contrib/run-script-smtcomp2012 +++ b/contrib/run-script-smtcomp2012 @@ -26,7 +26,7 @@ case "$logic" in QF_LRA) # 10 minutes with default decision heuristic - trywith --tlimit-per=600000 + trywith --tlimit-per=300000 # switch to internal decision heuristic finishwith --decision=internal ;;