spot/tests
Alexandre Duret-Lutz 6623af67e6 twa_graph: fix purge_unreachable_states on alternating automata
The algorithm had two problems: it was removing only useless
destination from universal destination (instead of removing the entire
edge), and it was not properly iterating over the entire reachable
automaton.

* spot/twa/twagraph.cc: Fix it.
* spot/twa/twagraph.hh: Adjust documentation.
* tests/core/alternating.test: Add more tests.
* tests/python/twagraph.py: Adjust.
* NEWS: Mention the bug.
2017-03-29 10:34:41 +02:00
..
core twa_graph: fix purge_unreachable_states on alternating automata 2017-03-29 10:34:41 +02:00
ltsmin ltsmin: more information for MacOS users 2017-02-16 14:10:33 +01:00
python twa_graph: fix purge_unreachable_states on alternating automata 2017-03-29 10:34:41 +02:00
sanity typos: dictionnary -> dictionary 2017-03-08 16:44:30 +01:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am emptiness checks: replace assert-preconditions by exceptions 2017-03-10 15:41:57 +01:00
run.in install back the safety check of includes.test 2016-12-02 15:03:43 +01:00