* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run,

couvreur99_check_result::accepting_cycle): Rewrite the BFSs using
the bfs_steps class.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-24 15:36:56 +00:00
parent 2b74398a62
commit c1fd4d1138
2 changed files with 80 additions and 160 deletions

View file

@ -1,5 +1,9 @@
2004-11-24 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run,
couvreur99_check_result::accepting_cycle): Rewrite the BFSs using
the bfs_steps class.
* src/tgbaalgos/bfssteps.hh, src/tgbaalgos/bfssteps.cc: New files.
* src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS,
libtgbaalgos_la_SOURCES): Add them.