QF_LRA strategy in run script, now final (?) for smt-comp 2012
authorMorgan Deters <mdeters@gmail.com>
Mon, 18 Jun 2012 21:48:02 +0000 (21:48 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 18 Jun 2012 21:48:02 +0000 (21:48 +0000)
contrib/run-script-smtcomp2012

index bad8482c2cbbfce68cc9c783cd5301028cf5c320..2183df8ce3922508d038073a0490a3730373f25d 100755 (executable)
@@ -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
   ;;