spot/spot
Alexandre Duret-Lutz 701a3b1c6a contains: fix the semantics
spot::contains(a, b) should test a⊇b.  It was testing a⊆b instead.

* NEWS: Mention the bug.
* spot/twaalgos/contains.cc, spot/twaalgos/contains.hh: Fix the
code and documentation.
* tests/python/contains.ipynb: Adjust description and expected
results.
* python/spot/__init__.py: Also swap the argument of
language_containment_checker.contains()
* bin/autfilt.cc: Adjust usage.
2018-08-02 13:54:17 +02:00
..
gen genltl: add --gf-equiv-xn, --gf-implies-xn 2018-06-08 15:51:11 +02:00
graph remove duplicated includes 2018-08-02 13:53:12 +02:00
kripke Clean the usage of spot::acc_cond::mark_t 2018-03-15 10:05:24 +01:00
ltsmin add a pool allocator for STL containers 2018-06-20 14:26:45 +02:00
misc escape_rfc4180: document relation with std::quote 2018-08-02 13:53:12 +02:00
parseaut rename SPOT_NB_ACC to SPOT_MAX_ACCSETS 2018-05-24 22:18:42 +02:00
parsetl include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
priv add a pool allocator for STL containers 2018-06-20 14:26:45 +02:00
ta remove useless forward declaration 2018-08-02 13:53:12 +02:00
taalgos remove duplicated includes 2018-08-02 13:53:12 +02:00
tl tl: add some implication-based rewritings for "<->", "->", and "xor" 2018-08-02 13:54:17 +02:00
twa * spot/twa/acc.hh: fix constness 2018-08-02 13:54:17 +02:00
twaalgos contains: fix the semantics 2018-08-02 13:54:17 +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 fix libspot.pc and libspotltsmin.pc generation 2017-05-04 11:13:20 +02:00