Move the logic for detecting when the minimize() algorithm is
correct from ltl2tgba to the library. * src/tgbaalgos/minimize.hh, src/tgbaalgos/minimize.cc (minimize_obligation): New function. * src/tgbatests/ltl2tgba.cc (main): Fix constness of automata, and call minimize_obligation() for -R3b.
This commit is contained in:
parent
241ba112d6
commit
907d173d6a
4 changed files with 251 additions and 142 deletions
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Move the logic for detecting when the minimize() algorithm is
|
||||
correct from ltl2tgba to the library.
|
||||
|
||||
* src/tgbaalgos/minimize.hh,
|
||||
src/tgbaalgos/minimize.cc (minimize_obligation): New function.
|
||||
* src/tgbatests/ltl2tgba.cc (main): Fix constness of automata,
|
||||
and call minimize_obligation() for -R3b.
|
||||
|
||||
2010-12-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Make minimization of obligation properties and deterministic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue