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:
parent
dc5a569582
commit
27b8e5aa73
5 changed files with 90 additions and 18 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue