postproc: fix default for acd and interaction with colored

* spot/twaalgos/postproc.hh (postprocess::acd_): Default to true.
* spot/twaalgos/postproc.cc (postprocess::run): When acd is used
to color an automaton, do not run scc_filter to remove color
from transiant edges.
* tests/python/acd.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2024-02-06 14:09:42 +01:00
parent dc5a569582
commit 27b8e5aa73
5 changed files with 90 additions and 18 deletions

View file

@ -395,6 +395,7 @@ TESTS_python = \
python/_autparserr.ipynb \
python/_aux.ipynb \
python/acc.py \
python/acd.py \
python/accparse2.py \
python/alarm.py \
python/aliases.py \