randomize: new function
* src/tgbaalgos/randomize.cc, src/tgbaalgos/randomize.hh: New files. * src/tgbaalgos/Makefile.am: Add them. * src/graph/graph.hh (rename_states_): New method. * src/bin/autfilt.cc: Add options --randomize and --seed. * src/tgbatest/randomize.test: Test them. * src/tgbatest/Makefile.am: Add randomize.test. * NEWS: Mention randomize().
This commit is contained in:
parent
0db0eca14e
commit
c0e9891246
8 changed files with 257 additions and 7 deletions
|
|
@ -104,6 +104,7 @@ TESTS = \
|
|||
degenid.test \
|
||||
degenlskip.test \
|
||||
kv.test \
|
||||
randomize.test \
|
||||
lbttparse.test \
|
||||
scc.test \
|
||||
sccsimpl.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue