minimize_dfa: use the twa_graph interface

Fixes #233, although more cleanup would be welcome.

* spot/twaalgos/minimize.cc: Replace the uses of twa methods by
twa_graph methods, and simplify some data structures.
* tests/core/acc_word.test, tests/core/readsave.test,
tests/python/automata.ipynb: Adjust changed output due
to different data structures.
This commit is contained in:
Alexandre Duret-Lutz 2017-02-22 16:30:10 +01:00
parent 469d8067e0
commit 172bee495a
4 changed files with 215 additions and 257 deletions

View file

@ -557,7 +557,6 @@ digraph G {
2 [label="1", peripheries=2]
3 [label="2", peripheries=2]
4 [label="3", peripheries=2]
u4 [label="...", shape=none, width=0, height=0]
}
EOF