* src/tgbaalgos/emptinesscheck.cc (emptiness_check::check):

Simplify, reorganize, and comment.
* src/tgbaalgos/emptinesscheck.hh (emptiness_check::root_component):
Rename as ...
(emptiness_check::root): ... this, to follow the paper.
This commit is contained in:
Alexandre Duret-Lutz 2003-10-24 13:50:05 +00:00
parent 26f15224fc
commit e94415c6e6
3 changed files with 133 additions and 83 deletions

View file

@ -73,7 +73,7 @@ namespace spot
private:
const tgba* aut_;
std::stack<connected_component> root_component;
std::stack<connected_component> root;
state_sequence suffix;
cycle_path period;