Skip to content

Commit

Permalink
Use assume solver for svcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanponcedeleon committed Nov 5, 2021
1 parent 5075bf5 commit 57460a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dartagnan-SVCOMP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ else
export DAT3M_HOME=$(pwd)
export PATH=$PATH:$DAT3M_HOME/smack/bin

FLAGS="-method incremental"
FLAGS="-method assume"
if ! grep -q "pthread" $PROGRAMPATH; then
FLAGS+=" -o O3 -e bit-vector -cat cat/sc.cat"
else
FLAGS+=" -cat cat/svcomp.cat -step 5 -umax 27"
FLAGS+=" -step 5 -umax 27 -cat cat/svcomp.cat"
fi

cmd="java -jar svcomp/target/svcomp-"$VERSION".jar "$FLAGS" -property "$PROPERTYPATH" -i "$PROGRAMPATH" "$WITNESS
Expand Down

0 comments on commit 57460a8

Please sign in to comment.