Skip to content

Commit a80c970

Browse files
Merge pull request #34 from viktormalik/master
2LS: Provide correct CLI arguments for SV-COMP'18
2 parents 879c66f + b334860 commit a80c970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2ls.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ run()
5959
fi
6060
fi
6161
else
62-
PROPERTY="$PROPERTY --heap-interval --k-induction --competition-mode"
62+
PROPERTY="$PROPERTY --heap-values-refine --sympath --k-induction --competition-mode"
6363

6464
# run the tool
6565
$TOOL_BINARY --graphml-witness $LOG.witness --object-bits $OBJ_BITS $PROPERTY \

0 commit comments

Comments
 (0)