spot/tests
Thomas Medioni 194c199232 Implement sum(..) and sum_and(..).
Fixes #231.

* NEWS: Mention of implementation of sum, sum_and.
* bin/autfilt.cc: Add --sum, --sum-or and --sum-and options.
* python/spot/impl.i: Add bindings for sum, sum_and.
* spot/twaalgos/Makefile.am: Add sum.cc, sum.hh.
* spot/twaalgos/sum.cc: Implement sum, sum_and.
* spot/twaalgos/sum.hh: Declaration of sum, sum_and.
* tests/Makefile.am: Add sum tests.
* tests/core/explsum.test: Test the sum of two automatons,
  false or false, unsatisfied mark propagation, handling of univ.
  transitions.
* tests/python/sum.py: Check that two automatons that does not
  share their bdd dict are not accepted, then run tests over the
  sum of randomly generated LTL formulas.
2017-03-09 11:42:08 +01:00
..
core Implement sum(..) and sum_and(..). 2017-03-09 11:42:08 +01:00
ltsmin ltsmin: more information for MacOS users 2017-02-16 14:10:33 +01:00
python Implement sum(..) and sum_and(..). 2017-03-09 11:42:08 +01:00
sanity typos: dictionnary -> dictionary 2017-03-08 16:10:47 +01:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am Implement sum(..) and sum_and(..). 2017-03-09 11:42:08 +01:00
run.in install back the safety check of includes.test 2016-12-02 15:03:43 +01:00