spot/spot/twa
Alexandre Duret-Lutz be389c5c25 introduce op::strong_X
This was prompted by reports by Andrew Wells and Yong Li.

* NEWS, doc/tl/tl.tex: Document the changes.
* THANKS: Add Andrew.
* bin/ltlfilt.cc: Match --ltl before --from-ltlf if needed.
* spot/parsetl/parsedecl.hh, spot/parsetl/parsetl.yy,
spot/parsetl/scantl.ll: Parse X[!].
* spot/tl/formula.cc, spot/tl/formula.hh: Declare the new operator.
* spot/tl/ltlf.cc: Adjust to handle op::X and op::strong_X correctly.
* spot/tl/dot.cc, spot/tl/mark.cc, spot/tl/mutation.cc,
spot/tl/print.cc, spot/tl/simplify.cc, spot/tl/snf.cc,
spot/tl/unabbrev.cc, spot/twa/formula2bdd.cc,
spot/twaalgos/ltl2taa.cc, spot/twaalgos/ltl2tgba_fm.cc,
tests/core/ltlgrind.test, tests/core/rand.test,
tests/core/sugar.test, tests/python/randltl.ipynb: Adjust.
* tests/core/ltlfilt.test, tests/core/sugar.test,
tests/core/utf8.test: More tests.
2019-09-23 17:01:28 +02:00
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
acc.cc is_parity: fix unitialized value of max on False return 2019-06-13 09:55:35 +02:00
acc.hh deprecate spot::acc_cond::format() 2019-07-05 22:43:36 +02:00
bdddict.cc forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
bdddict.hh bdd_dict: remove register_all_propositions_of 2017-11-05 09:43:01 +01:00
bddprint.cc include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
bddprint.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
formula2bdd.cc introduce op::strong_X 2019-09-23 17:01:28 +02:00
formula2bdd.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
fwd.hh specialized translation for GF(guarantee) and FG(safety) 2018-03-28 18:20:46 +02:00
Makefile.am include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
taatgba.cc Clean the usage of spot::acc_cond::mark_t 2018-03-15 10:05:24 +01:00
taatgba.hh work around gcc 8.2.1+ bug #89303 2019-02-13 16:11:21 +01:00
twa.cc twa: get rid of intersecting_run()'s second argument 2019-06-21 22:01:27 +02:00
twa.hh twa: get rid of intersecting_run()'s second argument 2019-06-21 22:01:27 +02:00
twagraph.cc work around gcc 8.2.1+ bug #89303 2019-02-13 16:11:21 +01:00
twagraph.hh twa_graph: fix precondition on set_init_state 2019-07-30 15:35:12 +02:00
twaproduct.cc add a pool allocator for STL containers 2018-06-20 14:26:45 +02:00
twaproduct.hh work around gcc 8.2.1+ bug #89303 2019-02-13 16:11:21 +01:00