We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fb28f commit ad387d6Copy full SHA for ad387d6
jbmc.inc
@@ -13,7 +13,7 @@ run()
13
jar -cfe $BM_DIR/task.jar Main -C $BM_DIR/classes .
14
export TASK="$BM_DIR/task.jar"
15
16
- MORE_OPTIONS="--throw-runtime-exceptions --max-nondet-string-length 100 --classpath core-models.jar"
+ export MORE_OPTIONS="--throw-runtime-exceptions --max-nondet-string-length 100 --classpath core-models.jar"
17
18
if [ "$PROP" = "termination" ] ; then
19
PROPERTY="$PROPERTY --no-assertions --no-self-loops-to-assumptions"
0 commit comments