spot/spot
Alexandre Duret-Lutz f6a238efd5 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:08:23 +02:00
..
graph is_alternating() -> !is_existential() 2017-02-12 15:56:02 +01:00
kripke Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
ltsmin Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
misc is_alternating() -> !is_existential() 2017-02-12 15:56:02 +01:00
parseaut twa: add support for prop_complete() 2017-03-20 21:07:08 +01:00
parsetl parsetl: improve coverage 2017-03-15 14:23:19 +01:00
priv * spot/priv/satcommon.cc: Fix include. 2017-02-28 17:02:06 +01:00
ta Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
taalgos Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
tl rename is_deterministic to is_universal 2017-03-27 19:34:10 +02:00
twa twa_graph: fix purge_unreachable_states on alternating automata 2017-03-29 10:08:23 +02:00
twaalgos complete: add more comments 2017-03-28 15:37:04 +02:00
.gitignore install pkg-config configuration files 2017-01-14 17:56:05 +01:00
libspot.pc.in install pkg-config configuration files 2017-01-14 17:56:05 +01:00
Makefile.am install pkg-config configuration files 2017-01-14 17:56:05 +01:00