spot/spot
Alexandre Duret-Lutz ca7f72bb4b gen: prefix ltl_pattern identifiers with LTL_
This helps with autocompletion in IPython, and it will prevent us from
mixing LTL patterns with automata patterns (once we have more than one
automata generator).

* spot/gen/formulas.hh: Here.
* spot/gen/formulas.cc, bin/genltl.cc, tests/python/gen.ipynb,
tests/python/gen.py: Adjust.
2017-04-28 13:32:03 +02:00
..
gen gen: prefix ltl_pattern identifiers with LTL_ 2017-04-28 13:32:03 +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