safra: Add bisimulation option

* src/tests/safra.cc, src/twaalgos/safra.cc,
src/twaalgos/safra.hh: Here.
This commit is contained in:
Alexandre Lewkowicz 2015-06-06 18:41:59 +02:00 committed by Alexandre Duret-Lutz
parent 64b27a9a26
commit f29de22b8a
3 changed files with 13 additions and 5 deletions

View file

@ -73,5 +73,6 @@ namespace spot
SPOT_API twa_graph_ptr
tgba_determinisation(const const_twa_graph_ptr& aut,
bool bisimulation = false,
bool pretty_print = false);
}