* src/tgbaalgos/lbtt.cc (bdd_less_than): Move ...

* src/misc/bddlt.hh: ... in this new file.
* src/misc/Makefile.am (misc_HEADERS): Add bddlt.hh.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-25 14:32:50 +00:00
parent d0a7a3ab54
commit 5bc2d77e60
4 changed files with 25 additions and 9 deletions

View file

@ -1,5 +1,9 @@
2003-07-25 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgbaalgos/lbtt.cc (bdd_less_than): Move ...
* src/misc/bddlt.hh: ... in this new file.
* src/misc/Makefile.am (misc_HEADERS): Add bddlt.hh.
* iface/gspn/dcswave.test: Comment state space sizes.
* src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS): Add reachiters.hh.