Implement spot::future_conditions_collector.

* src/tgba/futurecondcol.hh, src/tgba/futurecondcol.cc:
New files.
* src/tgba/Makefile.am: Adjust.
* src/tgbatest/ltl2tgba.cc: Add option -FC.
This commit is contained in:
Alexandre Duret-Lutz 2009-05-28 17:42:52 +02:00
parent a375972f5c
commit d74578ef6e
5 changed files with 270 additions and 1 deletions

View file

@ -1,4 +1,4 @@
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
## Copyright (C) 2003, 2004, 2009 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
##
@ -28,6 +28,7 @@ tgba_HEADERS = \
bdddict.hh \
bddprint.hh \
formula2bdd.hh \
futurecondcol.hh \
public.hh \
state.hh \
statebdd.hh \
@ -49,6 +50,7 @@ libtgba_la_SOURCES = \
bdddict.cc \
bddprint.cc \
formula2bdd.cc \
futurecondcol.cc \
statebdd.cc \
succiterconcrete.cc \
tgba.cc \