to_parity: Remove merge_states
* spot/twaalgos/toparity.cc: Remove merge_states. * tests/python/automata.ipynb, tests/python/toparity.py: Update tests.
This commit is contained in:
parent
142f1afab2
commit
527b62c5ff
3 changed files with 1140 additions and 1294 deletions
|
|
@ -1684,7 +1684,7 @@ run()
|
|||
res_->set_named_prop("state-names", names);
|
||||
reduce_parity_here(res_);
|
||||
res_->purge_unreachable_states();
|
||||
res_->merge_states();
|
||||
// res_->merge_states();
|
||||
return res_;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue