safra: Add bisimulation optimisation

* src/tests/safra.cc, src/twaalgos/safra.cc,
src/twaalgos/safra.hh, spot/twaalgos/simulation.cc,
spot/twaalgos/simulation.hh: Here.
This commit is contained in:
Alexandre Lewkowicz 2015-11-11 17:40:18 +01:00 committed by Alexandre Duret-Lutz
parent d15b5f43a6
commit f88154e507
5 changed files with 107 additions and 16 deletions

View file

@ -70,6 +70,9 @@ namespace spot
SPOT_API twa_graph_ptr
simulation(const const_twa_graph_ptr& automaton);
SPOT_API twa_graph_ptr
simulation(const const_twa_graph_ptr& automaton,
std::map<int, bdd>* implementation);
SPOT_API twa_graph_ptr
simulation_sba(const const_twa_graph_ptr& automaton);
/// @}