spot/src/graph
Alexandre Duret-Lutz 0db0eca14e graph: store the source indices in the transition vector
... and use it to sort transitions.

* src/graph/graph.hh: Adjust storage of source index.  Provide
remove_dead_transitions_(), sort_transitions_() and
chain_transitions_() methods.
* src/tgba/tgbagraph.cc (merge_transitions): Rewrite using
above methods.
* src/tgba/tgbagraph.hh: Add a comparison operator for
transitions.
* src/tgbatest/degenlskip.test, src/tgbatest/det.test,
src/tgbatest/ltl2ta.test, src/tgbatest/neverclaimread.test,
src/tgbatest/readsave.test: Adjust expected transition order in test
cases.
2014-12-02 22:58:18 +01:00
..
graph.hh graph: store the source indices in the transition vector 2014-12-02 22:58:18 +01:00
Makefile.am graph: Add a named_graph class. 2014-05-20 15:40:17 +02:00
ngraph.hh * src/graph/ngraph.hh (names): Fix constness. 2014-08-10 20:21:12 +02:00