* src/tgba/tgbacomplement.cc: Move functions related to

shared_ptr on states...
* src/tgba/state.hh: ... here.
* src/tgbatest/complementation.test: Do not apply some tests on
the new algorithm because it takes to much time to run.
This commit is contained in:
Guillaume Sadegh 2009-09-30 17:19:06 +02:00
parent d6e22c0674
commit 6d18623e4b
4 changed files with 114 additions and 110 deletions

View file

@ -1,3 +1,11 @@
2009-09-30 Guillaume Sadegh <sadegh@lrde.epita.fr>
* src/tgba/tgbacomplement.cc: Move functions related to
shared_ptr on states...
* src/tgba/state.hh: ... here.
* src/tgbatest/complementation.test: Do not apply some tests on
the new algorithm because it takes to much time to run.
2009-09-29 Guillaume Sadegh <sadegh@lrde.epita.fr>
A new complementation construction based on ranking.