spot/spot
Alexandre Duret-Lutz 8939e0dd50 genltl: move all formula generation code to spot/gen/
Fixes #254.

* spot/gen/formulas.cc, spot/gen/formulas.hh: New files.
* spot/gen/Makefile.am: Add them.
* spot/Makefile.am: Fix build order.
* bin/genltl.cc: Move most code to the above files and adjust.
* bin/Makefile.am: Link genltl with libspotgen.
* doc/org/arch.tex: Adjust picture to show that genltl uses
libspotgen.
* python/spot/gen.i: Include formulas.hh.
* tests/python/gen.py: Make sure genltl() and ltl_pattern_name()
can be called.
2017-04-25 18:14:15 +02:00
..
gen genltl: move all formula generation code to spot/gen/ 2017-04-25 18:14:15 +02:00
graph is_alternating() -> !is_existential() 2017-02-12 15:56:02 +01:00
kripke Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
ltsmin Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
misc is_alternating() -> !is_existential() 2017-02-12 15:56:02 +01:00
parseaut mark_t: sets() no longer returns a vector 2017-04-20 14:06:57 +02:00
parsetl parsetl: improve coverage 2017-03-15 14:23:19 +01:00
priv * spot/priv/satcommon.cc: Fix include. 2017-02-28 17:02:06 +01:00
ta various typos 2017-03-30 21:45:43 +02:00
taalgos various typos 2017-03-30 21:45:43 +02:00
tl rename is_deterministic to is_universal 2017-03-27 19:34:10 +02:00
twa Implements is_streett_like() and streett_like_pairs(), is_rabin_like... 2017-04-21 16:24:08 +02:00
twaalgos Remove useless code. 2017-04-25 09:15:28 +02:00
.gitignore install pkg-config configuration files 2017-01-14 17:56:05 +01:00
libspot.pc.in install pkg-config configuration files 2017-01-14 17:56:05 +01:00
Makefile.am genltl: move all formula generation code to spot/gen/ 2017-04-25 18:14:15 +02:00