* src/tgbaalgos/ltl2tgba.cc, src/tgbaalgos/ltl2tgba.hh: Rename as ...
* src/tgbaalgos/ltl2tgba_lacim.cc, src/tgbaalgos/ltl2tgba_lacim.hh: ... this, and rename ltl_to_tgba() as ltl_to_tgba_lacim as well. * iface/gspn/ltlgspn.cc, src/tgbatest/explprod.cc, src/tgbatest/ltl2tgba.cc, src/tgbatest/ltlmagic.cc, src/tgbatest/ltlprod.cc, src/tgbatest/mixprod.cc, src/tgbatest/tripprod.cc, wrap/python/spot.i, wrap/python/cgi/ltl2tgba.in, wrap/python/tests/interdep.py, wrap/python/tests/ltl2tgba.py: Adjust.
This commit is contained in:
parent
5439b2f4ee
commit
83565fb659
15 changed files with 34 additions and 24 deletions
|
|
@ -7,8 +7,8 @@ tgbaalgos_HEADERS = \
|
|||
reachiter.hh \
|
||||
dotty.hh \
|
||||
lbtt.hh \
|
||||
ltl2tgba.hh \
|
||||
ltl2tgba_fm.hh \
|
||||
ltl2tgba_lacim.hh \
|
||||
magic.hh \
|
||||
save.hh
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
reachiter.cc \
|
||||
dotty.cc \
|
||||
lbtt.cc \
|
||||
ltl2tgba.cc \
|
||||
ltl2tgba_fm.cc \
|
||||
ltl2tgba_lacim.cc \
|
||||
magic.cc \
|
||||
save.cc
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "tgba/tgbabddconcretefactory.hh"
|
||||
#include <cassert>
|
||||
|
||||
#include "ltl2tgba.hh"
|
||||
#include "ltl2tgba_lacim.hh"
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
@ -231,7 +231,7 @@ namespace spot
|
|||
};
|
||||
|
||||
tgba_bdd_concrete*
|
||||
ltl_to_tgba(const ltl::formula* f, bdd_dict* dict)
|
||||
ltl_to_tgba_lacim(const ltl::formula* f, bdd_dict* dict)
|
||||
{
|
||||
// Normalize the formula. We want all the negations on
|
||||
// the atomic propositions. We also suppress logic
|
||||
|
|
@ -24,7 +24,7 @@ namespace spot
|
|||
/// editor = {Pierre Leroux}
|
||||
/// }
|
||||
/// \endverbatim
|
||||
tgba_bdd_concrete* ltl_to_tgba(const ltl::formula* f, bdd_dict* dict);
|
||||
tgba_bdd_concrete* ltl_to_tgba_lacim(const ltl::formula* f, bdd_dict* dict);
|
||||
}
|
||||
|
||||
#endif // SPOT_TGBA_LTL2TGBA_HH
|
||||
Loading…
Add table
Add a link
Reference in a new issue