bin: introduce autcross
Fixes #252. * NEWS: Mention it. * bin/autcross.cc, bin/man/autcross.x, doc/org/autcross.org: New files. * bin/Makefile.am, bin/man/Makefile.am, doc/org/tools.org, doc/Makefile.am: Add them. * bin/autfilt.cc: Use is_universal() instead of is_deterministic(). * bin/common_hoaread.hh, bin/common_trans.cc, bin/common_trans.hh, bin/ltlcross.cc, bin/ltldo.cc: Factor some bits common between ltlcross, ltldo and autcross. * tests/core/autcross.test, tests/core/autcross2.test: New files. * tests/Makefile.am: Add them. * tests/core/dra2dba.test, tests/core/sbacc.test, tests/core/streett.test: Use autcross.
This commit is contained in:
parent
b9fff6a4b1
commit
0cf250d839
21 changed files with 1726 additions and 53 deletions
|
|
@ -47,13 +47,14 @@ corresponding commands are hidden.
|
|||
- [[file:ltlcross.org][=ltlcross=]] Cross-compare LTL/PSL-to-automata translators.
|
||||
- [[file:ltlgrind.org][=ltlgrind=]] List formulas similar to but simpler than a given LTL/PSL
|
||||
formula.
|
||||
- [[file:ltldo.org][=ltldo=]] Run LTL/PSL formulas through other tools using common [[file:ioltl.org][input]]
|
||||
and [[file:oaut.org][output]] interfaces.
|
||||
- [[file:dstar2tgba.org][=dstar2tgba=]] Convert \omega-automata with any acceptance into
|
||||
variants of Büchi automata.
|
||||
- [[file:randaut.org][=randaut=]] Generate random \omega-automata.
|
||||
- [[file:genaut.org][=genaut=]] Generate ω-automata from scalable patterns.
|
||||
- [[file:autfilt.org][=autfilt=]] Filter, convert, and transform \omega-automata.
|
||||
- [[file:ltldo.org][=ltldo=]] Run LTL/PSL formulas through other tools using common [[file:ioltl.org][input]]
|
||||
and [[file:oaut.org][output]] interfaces.
|
||||
- [[file:autcross.org][=autcross=]] Cross-compare tools that process automata.
|
||||
|
||||
* Man pages
|
||||
|
||||
|
|
@ -63,6 +64,7 @@ automatically from the =--help= output of each tool, and often
|
|||
completed with additional text (like examples or bibliography). For
|
||||
convenience, you can browse their HTML versions:
|
||||
|
||||
[[./man/autcross.1.html][=autcross=]](1),
|
||||
[[./man/autfilt.1.html][=autfilt=]](1),
|
||||
[[./man/dstar2tgba.1.html][=dstar2tgba=]](1),
|
||||
[[./man/genaut.1.html][=genaut=]](1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue