Cleanup the DFA minimization algorithm.
* src/tgbaalgos/minimize.cc (minimize): Move the minimization code into... (minimize_dfa): ... this new function, and fix the condition under which a partition is considered to be minimal. Also use a map instead of a list to lookup known formulae.
This commit is contained in:
parent
ef317685c8
commit
92126a6cf9
2 changed files with 247 additions and 155 deletions
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2011-01-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Cleanup the DFA minimization algorithm.
|
||||
|
||||
* src/tgbaalgos/minimize.cc (minimize): Move the minimization
|
||||
code into...
|
||||
(minimize_dfa): ... this new function, and fix the condition
|
||||
under which a partition is considered to be minimal. Also
|
||||
use a map instead of a list to lookup known formulae.
|
||||
|
||||
2011-01-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Speed up the obligation test.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue