* src/tgba/tgbabddconcrete.cc (set_init_state, succ_iter):

Revert the change from 2003-06-12, it needs more work (the
automaton generated on Xa&(b U !a) was bogus, with that
patch).
This commit is contained in:
Alexandre Duret-Lutz 2003-06-19 14:26:42 +00:00
parent ad0aa705cf
commit 8e51474fa2
2 changed files with 7 additions and 52 deletions

View file

@ -1,7 +1,12 @@
2003-06-19 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/tgbabddconcrete.cc (set_init_state, succ_iter):
Revert the change from 2003-06-12, it needs more work (the
automaton generated on Xa&(b U !a) was bogus, with that
patch).
* src/tgbatest/ltl2tgba.cc: Handle the -o and -r options.
* src/tgbatest/tripprod.test, src/tgbatest/explprod.test,
src/tgbatest/readsave.test: Adjust to reflect yesterday's
bddprint.cc change.