* src/tgbaalgos/gtec/gtec.hh (emptiness_check_shy::find_state): Add

comments.
* iface/gspn/ssp.cc (emptiness_check_shy_ssp::find_state): Likewise.
Soheib and I had a hard time figuring why we did this...
This commit is contained in:
Alexandre Duret-Lutz 2004-07-07 12:00:11 +00:00
parent f1c3af808f
commit 478844dad8
3 changed files with 20 additions and 0 deletions

View file

@ -909,6 +909,11 @@ namespace spot
}
protected:
// If a new state includes an older state, we may have to add new
// children to the list of children of that older state. We cannot
// to this by sub-classing numbered_state_heap since TODO is not
// available. So we override find_state() instead.
virtual int*
find_state(const state* s)
{