* 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:
Alexandre Duret-Lutz 2004-11-02 16:26:57 +00:00
parent 0fd665f3a2
commit e3de75f677
5 changed files with 126 additions and 4 deletions

View file

@ -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 \