File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
sed -i 's/new Random().nextFloat()/11.0f/g' $VERIFIER_FILE
38
38
sed -i 's/new Random().nextDouble()/11.0/g' $VERIFIER_FILE
39
39
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
41
41
# Compile
42
42
$JVM_HOME /bin /javac -g -cp $BM_DIR /classes -d $BM_DIR /classes "${BM[@]} "
43
43
# Check whether the file runs
70
70
jar -cfe $BM_DIR /task . jar Main -C $BM_DIR /classes .
71
71
export TASK = "$BM_DIR/task.jar"
72
72
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 "
74
74
75
75
if [ "$PROP" = "termination" ] ; then
76
76
PROPERTY = "$PROPERTY --no-assertions --no-self-loops-to-assumptions"
You can’t perform that action at this time.
0 commit comments