ltlcross: replace %H,%T,%N by %O
Also get rid of the lbt_parser, and fix the LBT support of the HOA parser. * doc/org/ltlcross.org, doc/org/ltldo.org: Update. * src/bin/common_trans.cc, src/bin/common_trans.hh: Add support for %O, and keep %T,%N,%H as hidden aliases without disabling them. * src/bin/ltlcross.cc, src/bin/ltldo.cc, src/tgbatest/ltl2tgba.cc: Call hoa_parse instead of lbt_parse. * src/hoaparse/hoaparse.yy: Improve error reporting from LBT. * src/hoaparse/hoascan.ll: Fix typos preventing parsing of LBT files with more than 10 states. * src/tgbaalgos/lbtt.cc, src/tgbaalgos/lbtt.hh: Delete the lbt parser. * src/tgbatest/lbttparse.test: Adjust the expected error message. * NEWS: Update.
This commit is contained in:
parent
dbd824c539
commit
847270b480
13 changed files with 264 additions and 540 deletions
11
NEWS
11
NEWS
|
|
@ -62,11 +62,12 @@ New in spot 1.99a (not yet released)
|
|||
used in a stream. The parser currently ignore all optional
|
||||
headers (starting with a lowercase letter).
|
||||
|
||||
- The above HOA parser can also parse neverclaims, so the
|
||||
neverclaim parser has been removed. This implies that
|
||||
autfilt can input a mix of HOA and neverclaims, and that
|
||||
ltlcross' %N and %H specifiers (used to indicate whether
|
||||
a tool produces neverclaims or HOA) are now synonyms.
|
||||
- The above HOA parser can also parse never claims, and LBTT
|
||||
automata, so the never claim parser and the LBTT parser have
|
||||
been removed. This implies that autfilt can input a mix of HOA,
|
||||
never claims, and LBTT automata. ltlcross also use the same
|
||||
parser for all these output, and the old %T and %N specifiers
|
||||
have been deprecated and replaced by %O (for output).
|
||||
|
||||
- randomize() is a new algorithm that reorder the states
|
||||
and transition of an automaton at random. It can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue