overhaul the stutter-invariance checks
* spot/twaalgos/stutter.cc, spot/twaalgos/stutter.hh: Cleanup and document the api. * spot/twa/twa.hh, doc/mainpage.dox: Add a stutter-invariant section. * tests/python/stutter-inv-states.ipynb: Rename as ... * tests/python/stutter-inv.ipynb: ... this, and add more comments. * tests/Makefile.am, doc/org/tut.org: Adjust renaming. * bench/stutter/stutter_invariance_randomgraph.cc, bench/stutter/stutter_invariance_formulas.cc, bench/stutter/Makefile.am: Make it compile again. * bin/autfilt.cc: Call inplace variants. * NEWS: Mention the overhaul.
This commit is contained in:
parent
2222661f98
commit
6459877a1a
12 changed files with 1169 additions and 882 deletions
|
|
@ -19,11 +19,12 @@
|
|||
///
|
||||
/// \section pointers Handy starting points
|
||||
///
|
||||
/// \li spot::formula Base class for an LTL or PSL formula.
|
||||
/// \li spot::formula Base class for an LTL or PSL formula.
|
||||
/// \li spot::parse_infix_psl() Parsing a text string into a
|
||||
/// spot::formula.
|
||||
/// \li spot::twa Base class for Transition-based
|
||||
/// ω-Automata.
|
||||
/// \li spot::twa_algorithms Algorithms on ω-Automata.
|
||||
/// \li spot::translator Convert a spot::formula into a
|
||||
/// spot::twa.
|
||||
/// \li spot::kripke Base class for Kripke structures.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue