* src/tgbaalgos/emptiness.hh (emptiness_check, emptiness_check_result):

Add the TGBA considered as a protected attribute, and provide an
automaton() accessor.
* src/tgbaalgos/gv04.cc, src/tgbaalgos/magic.cc, src/tgbaalgos/se05.cc,
src/tgbaalgos/tau03.cc, src/tgbaalgos/tau03opt.cc,
src/tgbaalgos/gtec/ce.cc, src/tgbaalgos/gtec/gtec.cc: Adjust to follow
this new interface.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-25 12:51:04 +00:00
parent 16e54b2fc4
commit f47f955a34
9 changed files with 97 additions and 77 deletions

View file

@ -31,6 +31,7 @@ namespace spot
couvreur99_check::couvreur99_check(const tgba* a,
const numbered_state_heap_factory* nshf)
: emptiness_check(a)
{
ecs_ = new couvreur99_check_status(a, nshf);
}