Skip to content

Commit 4fadf64

Browse files
Update jbmc.inc for SV-COMP'22
1 parent 2c1d56d commit 4fadf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbmc.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run()
3737
sed -i 's/new Random().nextFloat()/11.0f/g' $VERIFIER_FILE
3838
sed -i 's/new Random().nextDouble()/11.0/g' $VERIFIER_FILE
3939
sed -i 's/int size = random.nextInt();/int size = 1;/g' $VERIFIER_FILE
40-
sed -i 's/return new String(bytes);/return "JBMC at SV-COMP 2020";/g' $VERIFIER_FILE
40+
sed -i 's/return new String(bytes);/return "JBMC at SV-COMP 2022";/g' $VERIFIER_FILE
4141
# Compile
4242
$JVM_HOME/bin/javac -g -cp $BM_DIR/classes -d $BM_DIR/classes "${BM[@]}"
4343
# Check whether the file runs
@@ -70,7 +70,7 @@ run()
7070
jar -cfe $BM_DIR/task.jar Main -C $BM_DIR/classes .
7171
export TASK="$BM_DIR/task.jar"
7272

73-
export MORE_OPTIONS="--java-threading --throw-runtime-exceptions --max-nondet-string-length 100 --classpath core-models.jar"
73+
export MORE_OPTIONS="--java-threading --throw-runtime-exceptions --max-nondet-string-length 100 --classpath core-models.jar:cprover-api.jar"
7474

7575
if [ "$PROP" = "termination" ] ; then
7676
PROPERTY="$PROPERTY --no-assertions --no-self-loops-to-assumptions"

0 commit comments

Comments
 (0)