ltlcross: add a --products=N option
* src/bin/ltlcross.cc: Implement the new option. Average the product statistics on all products. * src/tgbatest/basimul.test, src/tgbatest/ltlcross.test, src/tgbatest/ltlcross2.test, bench/ltl2tgba/tools: Use the new option. * NEWS: Mention it.
This commit is contained in:
parent
b4670f85f1
commit
9b82d7557c
6 changed files with 141 additions and 83 deletions
|
|
@ -43,8 +43,9 @@ set "$@" \
|
|||
#
|
||||
# set "$@" "tool options %... > %..."
|
||||
|
||||
# Set the timeout to 5 minutes
|
||||
set "$@" --timeout=300
|
||||
# Set the timeout to 5 minutes, and average
|
||||
# products on 5 state-spaces.
|
||||
set "$@" --timeout=300 --products=5
|
||||
|
||||
# Finaly remove the dummy initial argument
|
||||
shift
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue