spot/tests
Alexandre Duret-Lutz fd0d752bc3 to_parity: only call reduce_parity() when prefix_parity is enabled
Calling reduce_parity() in to_parity() is confusing, because then
running to_parity() on one SCC does not necessarily produce the same
output as running to_parity() on the entire automaton.  However it is
necessary for the implementation of parity_prefix.  As a compromise,
disable reduce_parity() when parity_prefix is disabled, this way we
can use that to demonstrate how the algorithm works.

* spot/twaalgos/toparity.hh, spot/twaalgos/toparity.cc: Do not
call reduce_parity() when parity_prefix is disabled.
* tests/python/toparity.py: Adjust.
2020-04-17 22:04:32 +02:00
..
core simplify_acc: loop over the simplifications 2020-04-17 21:54:12 +02:00
ltsmin forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
python to_parity: only call reduce_parity() when prefix_parity is enabled 2020-04-17 22:04:32 +02:00
sanity determinize: various micro optimizations 2019-10-17 09:45:43 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am ignore false edges in emptiness checks and scc_info 2020-04-11 11:24:55 +02:00
run.in * tests/run.in: reset some envvars to avoid spurious failures. 2020-02-16 16:38:17 +01:00