Add trivial() and one_state_of() functions to scc_map.

* src/tgbaalgos/scc.hh, src/tgbaalgos/scc.cc (scc_map::trivial,
scc_map::one_state_of): Two new helper functions.
This commit is contained in:
Alexandre Duret-Lutz 2011-01-04 19:02:06 +01:00
parent 5bc6d1d4ff
commit 37a8d1dc92
3 changed files with 37 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Add trivial() and one_state_of() functions to scc_map.
* src/tgbaalgos/scc.hh, src/tgbaalgos/scc.cc (scc_map::trivial,
scc_map::one_state_of): Two new helper functions.
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbaunion.hh: Remove one useless include.