tgba_digraph: add a purge_dead_states() method
* src/tgba/tgbagraph.hh, src/tgba/tgbagraph.cc (purge_dead_states): New. * src/graph/graph.hh (defrag_states): New methods. * src/tgbaalgos/dtgbacomp.cc: Use it. * src/tgbatest/det.test: Fix state number.
This commit is contained in:
parent
63708ddcc7
commit
2553c29ca7
5 changed files with 117 additions and 10 deletions
|
|
@ -105,7 +105,7 @@ digraph G {
|
|||
2 -> 4 [label="!b"]
|
||||
3 [label="3"]
|
||||
3 -> 3 [label="!a\n{0}"]
|
||||
4 [label="5"]
|
||||
4 [label="4"]
|
||||
4 -> 4 [label="!b\n{0}"]
|
||||
}
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue