* src/tgbaalgos/ltl2tgba_fm.hh (ltl_to_tgba_fm): Add argument
branching_postponement. * src/tgbaalgos/ltl2tgba_fm.cc (fill_dests): New function, extracted from ltl_to_tgba_fm(). (ltl_to_tgba_fm): Implement the branching_postponement optimization. * src/tgbatest/ltl2tgba.cc: Add the -p option. * src/tgbatest/spotlbtt.test: Exercise branching postponement. * wrap/python/cgi/ltl2tgba.in: Make it an option.
This commit is contained in:
parent
f11df7679a
commit
6b06e28f3d
6 changed files with 150 additions and 44 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
|||
2004-05-07 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/ltl2tgba_fm.hh (ltl_to_tgba_fm): Add argument
|
||||
branching_postponement.
|
||||
* src/tgbaalgos/ltl2tgba_fm.cc (fill_dests): New function, extracted
|
||||
from ltl_to_tgba_fm().
|
||||
(ltl_to_tgba_fm): Implement the branching_postponement optimization.
|
||||
* src/tgbatest/ltl2tgba.cc: Add the -p option.
|
||||
* src/tgbatest/spotlbtt.test: Exercise branching postponement.
|
||||
* wrap/python/cgi/ltl2tgba.in: Make it an option.
|
||||
|
||||
2004-05-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/ltl2tgba_fm.cc: Add a superfluous return to pacify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue