to_parity: Improve to_parity and update tests

* spot/twaalgos/toparity.cc: Use a better search of the
transitions when we search compatible states.
* spot/twaalgos/toparity.hh: Use less that 80 columns.
* tests/python/merge.py, tests/python/toparity.py: Update tests.
This commit is contained in:
Florian Renkin 2020-04-10 19:22:20 +02:00
parent b4db34995f
commit 0ba1097636
4 changed files with 21 additions and 18 deletions

View file

@ -63,9 +63,9 @@ namespace spot
/// Only allow degeneralization if it reduces the number of colors in the
/// acceptance condition.
bool reduce_col_deg = false;
/// Use propagate_marks_here to increase the number of marks on transition in
/// order to move more colors (and increase the number of compatible states)
/// when we apply LAR.
/// Use propagate_marks_here to increase the number of marks on transition
/// in order to move more colors (and increase the number of
/// compatible states) when we apply LAR.
bool propagate_col = true;
/// If \a pretty_print is true, states of the output automaton are
/// named to help debugging.