* src/tgba/statebdd.hh (state_bdd::as_bdd): Add non-const variant.

* src/tgba/tgbabddtranslateproxy.cc,
src/tgba/tgbabddtranslateproxy.hh: New files.
* src/tgba/Makefile.am (libtgba_la_SOURCES): Add them.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-02 11:39:55 +00:00
parent 331738d644
commit 1e6dbe40d6
7 changed files with 339 additions and 11 deletions

View file

@ -46,7 +46,7 @@ namespace spot
{
bdd_freepair(next_to_now);
}
void
tgba_bdd_core_data::declare_now_next(bdd now, bdd next)
{
@ -57,14 +57,14 @@ namespace spot
notvar_set &= both;
notprom_set &= both;
}
void
tgba_bdd_core_data::declare_atomic_prop(bdd var)
{
notnow_set &= var;
notprom_set &= var;
}
void
tgba_bdd_core_data::declare_promise(bdd prom)
{