spot/tests
Alexandre Duret-Lutz abe2c08b78 acc: make &= and |= symmetrical
Operator &= used to always move Fin to the front, it does not anymore.
The only thing it does now is to merge Inf(x)&Inf(y) as Inf({x,y}).
Operator |= is now symmetrical and merges Fin()s.

Fixes #253.

* spot/twa/acc.cc, spot/twa/acc.hh: Simplify &= and make |= symmetrical.
* spot/twaalgos/cleanacc.cc: Fix conjunction order.
* tests/core/acc.test, tests/core/acc2.test, tests/core/parseaut.test,
tests/core/readsave.test, tests/core/satmin2.test,
tests/core/sccdot.test, tests/python/acc_cond.ipynb,
tests/python/accparse.ipynb, tests/python/automata.ipynb,
tests/python/product.ipynb, tests/python/randaut.ipynb: Adjust test
cases.
2017-07-25 17:47:57 +02:00
..
core acc: make &= and |= symmetrical 2017-07-25 17:47:57 +02:00
ltsmin ltsmin: catch exceptions by reference 2017-06-20 17:29:48 +02:00
python acc: make &= and |= symmetrical 2017-07-25 17:47:57 +02:00
sanity style: allow the use of initializer-lists in if 2017-06-08 10:46:29 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am Implement to_weak_alternating() which weakifies tgbas 2017-07-19 16:54:09 +02:00
run.in install back the safety check of includes.test 2016-12-02 15:03:43 +01:00