* src/tgbaalgos/randomgraph.cc, src/tgbaalgos/randomgraph.hh: New files.
* src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS) (libtgbaalgos_la_SOURCES): Add them. * src/tgba/tgbaexplicit.hh (tgba_explicit::add_state): Make it public. * src/tgbatest/randtgba.cc: New file. * src/tgbatest/Makefile.am (noinst_PROGRAMS, readsave_SOURCES): Add it. * src/tgbatest/readsave.test: Check a random graph.
This commit is contained in:
parent
e54ddd46ed
commit
5bcb6091fd
8 changed files with 427 additions and 5 deletions
|
|
@ -38,6 +38,7 @@ tgbaalgos_HEADERS = \
|
|||
neverclaim.hh \
|
||||
powerset.hh \
|
||||
projrun.hh \
|
||||
randomgraph.hh \
|
||||
reachiter.hh \
|
||||
replayrun.hh \
|
||||
rundotdec.hh \
|
||||
|
|
@ -58,6 +59,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
neverclaim.cc \
|
||||
powerset.cc \
|
||||
projrun.cc \
|
||||
randomgraph.cc \
|
||||
reachiter.cc \
|
||||
replayrun.cc \
|
||||
rundotdec.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue