* src/tgbaalgos/projrun.hh, src/tgbaalgos/projrun.cc: New files.
* src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS, libtgbaalgos_la_SOURCES): Add them. * iface/gspn/ltlgspn.cc (main): Call project_tgba_run if -P.
This commit is contained in:
parent
0fd665f3a2
commit
e3de75f677
5 changed files with 126 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ tgbaalgos_HEADERS = \
|
|||
magic.hh \
|
||||
neverclaim.hh \
|
||||
powerset.hh \
|
||||
projrun.hh \
|
||||
reachiter.hh \
|
||||
replayrun.hh \
|
||||
save.hh \
|
||||
|
|
@ -53,6 +54,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
magic.cc \
|
||||
neverclaim.cc \
|
||||
powerset.cc \
|
||||
projrun.cc \
|
||||
reachiter.cc \
|
||||
replayrun.cc \
|
||||
save.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue