~tapaal-dist-ctl/verifypn/arbitrary_query_count_support

« back to all changes in this revision

Viewing changes to Scripts/MCC16/competition-scripts/tapaal.sh

  • Committer: Jiri Srba
  • Date: 2016-04-15 15:15:34 UTC
  • Revision ID: srba.jiri@gmail.com-20160415151534-5tcqnrbsd202zxxr
one fix in the script in upper bounds

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                echo "* TAPAAL Sequential verifying UpperBounds *"
84
84
                echo "*******************************************"
85
85
                LIST=$(getlist "UpperBounds.xml")
 
86
                verify 60 "$LIST" "-n -d -r 1 -s DFS" "UpperBounds.xml"
86
87
                verify 7200 "$LIST" "-n -d -r 1 -s BFS" "UpperBounds.xml"
87
88
                exit 0 
88
89
                ;;