Adapt ltlsynt to the new version of to_parity

* bin/ltlsynt.cc: Use colorize_parity_here() but remove
 reduce_parity_here() already used in the new version of
 to_parity().
This commit is contained in:
Florian Renkin 2020-03-24 19:51:24 +01:00
parent d112fca0e4
commit 0a4312f8fe

View file

@ -356,7 +356,7 @@ namespace
std::cerr << "split inputs and outputs done\nautomaton has "
<< dpa->num_states() << " states\n";
dpa = spot::to_parity(dpa);
spot::reduce_parity_here(dpa, true);
spot::colorize_parity_here(dpa, true);
spot::change_parity_here(dpa, spot::parity_kind_max,
spot::parity_style_odd);
if (verbose)