Skip to content

Commit

Permalink
Use step and umax only for concurrency category
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanponcedeleon committed Nov 5, 2021
1 parent 4506f6c commit 5075bf5
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 -step 5 -umax 27"
FLAGS="-method incremental"
if ! grep -q "pthread" $PROGRAMPATH; then
FLAGS+=" -o O3 -e bit-vector -cat cat/sc.cat"
else
FLAGS+=" -cat cat/svcomp.cat"
FLAGS+=" -cat cat/svcomp.cat -step 5 -umax 27"
fi

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

0 comments on commit 5075bf5

Please sign in to comment.