spot/doc
Alexandre Duret-Lutz fa06cfa303 alternation: implement remove_alternation() for weak alt automata
This mixes the subset construction (for 1-state rejecting SCCs) and
the breakpoint construction (for larger rejecting SCCs).  The
algorithm should probably be rewritten in a cleaner and more efficient
way, but that should do for a first version.  It should be easy to
extend it to support Büchi acceptance (since the breakpoint
construction works for this) when we need it.

* spot/twaalgos/alternation.hh,
spot/twaalgos/alternation.cc (remove_alternation): New function.
* tests/python/alternation.ipynb: New file.
* tests/Makefile.am, doc/org/tut.org: Add it.
2016-12-29 12:57:16 +01:00
..
org alternation: implement remove_alternation() for weak alt automata 2016-12-29 12:57:16 +01:00
tl * doc/tl/tl.tex: Typo. 2016-11-05 12:11:00 +01:00
.gitignore more files to ignore 2015-01-08 21:04:03 +01:00
dot.in Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
Doxyfile.in doc: improve the twa class documentation 2016-02-15 11:04:48 +01:00
footer.html Improve documentation here and there. 2013-06-09 15:55:57 +02:00
mainpage.dox doc: two typos 2015-11-17 18:18:50 +01:00
Makefile.am org: show how to implement Kripke structures 2016-07-27 16:21:03 +02:00