determinize: improve the storage of implications
* spot/twaalgos/determinize.cc: Store implications in a vector, not a map. * spot/twaalgos/simulation.cc, spot/twaalgos/simulation.hh: Adjust.
This commit is contained in:
parent
7ea9454614
commit
6ca555ed89
3 changed files with 13 additions and 11 deletions
|
|
@ -71,7 +71,7 @@ namespace spot
|
|||
simulation(const const_twa_graph_ptr& automaton);
|
||||
SPOT_API twa_graph_ptr
|
||||
simulation(const const_twa_graph_ptr& automaton,
|
||||
std::map<int, bdd>* implementation);
|
||||
std::vector<bdd>* implications);
|
||||
SPOT_API twa_graph_ptr
|
||||
simulation_sba(const const_twa_graph_ptr& automaton);
|
||||
/// @}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue