to_parity: Use merge_states
* spot/twaalgos/toparity.cc: Use merge_states at the end of to_parity. * tests/python/toparity.py: Update tests.
This commit is contained in:
parent
875846f51f
commit
8c48003943
2 changed files with 5 additions and 4 deletions
|
|
@ -1684,6 +1684,7 @@ run()
|
|||
res_->set_named_prop("state-names", names);
|
||||
reduce_parity_here(res_);
|
||||
res_->purge_unreachable_states();
|
||||
res_->merge_states();
|
||||
return res_;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue