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:
Alexandre Duret-Lutz 2013-05-12 20:54:49 +02:00
parent b4670f85f1
commit 9b82d7557c
6 changed files with 141 additions and 83 deletions

View file

@ -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