summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/run-script-smteval20136
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/run-script-smteval2013 b/contrib/run-script-smteval2013
index 6210ca17e..6a2af96c7 100755
--- a/contrib/run-script-smteval2013
+++ b/contrib/run-script-smteval2013
@@ -39,6 +39,12 @@ QF_AUFBV)
trywith --tlimit-per=600000
finishwith --decision=justification-stoponly
;;
+QF_BV)
+ trywith --bv-core --decision=justification --tlimit-per=10000
+ trywith --decision=justification --tlimit-per=60000
+ trywith --decision=internal --bitblast-eager --tlimit-per=600000
+ finishwith --decision=justification --decision-use-weight --decision-weight-internal=usr1
+ ;;
QF_AX)
trywith --tlimit-per=2000
finishwith --no-arrays-model-based
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback