* src/tgbaalgos/reducerun.cc (reduce_run): Do not call erase() after

splice(), splice() already remove the elements.
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run):
Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2004-12-16 23:13:33 +00:00
parent 58aff37db9
commit e7a3ebb16a
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2004-12-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/reducerun.cc (reduce_run): Do not call erase() after
splice(), splice() already remove the elements.
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run):
Likewise.
* src/tgbatest/randtgba.cc: Add option -O, so we can profile each
emptiness-check on its own.