* src/tgbaalgos/gtec/gtec.cc: Adjust statistics count to match
how the algorithm will behave once remove_component() is revamped. From Alexandre.
This commit is contained in:
parent
311e1ba759
commit
40ce79c733
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-01-27 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
|
||||
|
||||
* src/tgbaalgos/gtec/gtec.cc: Adjust statistics count to match
|
||||
how the algorithm will behave once remove_component() is revamped. From
|
||||
Alexandre.
|
||||
|
||||
2005-01-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_cycle):
|
||||
|
|
|
|||
|
|
@ -465,7 +465,7 @@ namespace spot
|
|||
}
|
||||
prev->q.splice(prev->q.end(), last->q);
|
||||
todo.pop_back();
|
||||
dec_depth();
|
||||
// dec_depth();
|
||||
}
|
||||
new_queue = &todo.back().q;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue