Use more sba_explicit more often.
* src/tgbaalgos/minimize.cc, src/tgbaalgos/minimize.hh (minimize_dfa, minimize_wdba): Return a sba_explicit_number automaton instead of tgba_explicit_number. * src/tgba/tgbaexplicit.hh (declare_acceptance_condition): Fix code so it works on sba as well. * src/tgbaalgos/dotty.cc, src/tgbaalgos/neverclaim.cc: Specialize for sba instead of tgba_sba_proxy. * src/tgbaalgos/neverclaim.hh: Point to degeneralize().
This commit is contained in:
parent
807834ec41
commit
a010ebc805
6 changed files with 27 additions and 25 deletions
|
|
@ -598,7 +598,7 @@ namespace spot
|
|||
neg_acceptance_conditions_ &= neg;
|
||||
|
||||
// Append neg to all acceptance conditions.
|
||||
typename explicit_graph<State, tgba>::ls_map::iterator i;
|
||||
typename ls_map::iterator i;
|
||||
for (i = this->ls_.begin(); i != this->ls_.end(); ++i)
|
||||
{
|
||||
typename transitions_t::iterator i2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue