* 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:
parent
26f15224fc
commit
e94415c6e6
3 changed files with 133 additions and 83 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue