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:
parent
d112fca0e4
commit
0a4312f8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ namespace
|
||||||
std::cerr << "split inputs and outputs done\nautomaton has "
|
std::cerr << "split inputs and outputs done\nautomaton has "
|
||||||
<< dpa->num_states() << " states\n";
|
<< dpa->num_states() << " states\n";
|
||||||
dpa = spot::to_parity(dpa);
|
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::change_parity_here(dpa, spot::parity_kind_max,
|
||||||
spot::parity_style_odd);
|
spot::parity_style_odd);
|
||||||
if (verbose)
|
if (verbose)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue