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

sure to compute the status of the most Now variables possible.
This helps to identify equivalant states.
(tgba_bdd_concrete): Call set_init_state.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-12 15:21:33 +00:00
parent fe6ca2a7a4
commit 5d2e0a4224
2 changed files with 58 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2003-06-12 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/tgbabddconcrete.cc (set_init_state, succ_iter): Make
sure to compute the status of the most Now variables possible.
This helps to identify equivalant states.
(tgba_bdd_concrete): Call set_init_state.
2003-06-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/ltl2tgba.cc (ltl_trad_visitor::visit): Handle F and G.