Overhaul LaCIM's ELTL options.
* src/tgbatest/ltl2tgba.cc (syntax, main): Introduce -le to select this algorithm and -lo to add the default LTL operators. This replace the undocumented hack to add LTL operators when the formula with read for command-line, or the automaton was output for LBTT. * src/tgbatest/eltl2tgba.test, src/tgbatest/spotlbtt.test: Update call syntax. * NEWS: Mention -le, -lo, and -taa.
This commit is contained in:
parent
9a43a06b45
commit
369e4c419b
5 changed files with 103 additions and 67 deletions
|
|
@ -6,7 +6,7 @@ set -e
|
|||
# Check if the TGBA was corretly constructed.
|
||||
check_construct()
|
||||
{
|
||||
run 0 ../ltl2tgba -F -l -xltl -b "$1" > output
|
||||
run 0 ../ltl2tgba -F -le -b "$1" > output
|
||||
}
|
||||
|
||||
# Check if the TGBA behaves correctly by doing an emptiness check on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue