determinize: rename the main function

* spot/twaalgos/determinize.cc, spot/twaalgos/determinize.hh,
tests/core/safra.cc (tgba_determinisation): Rename as...
(twa_determinisation): ... this.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-06 11:35:32 +01:00
parent 4635ce44a9
commit c18ee329fb
3 changed files with 12 additions and 12 deletions

View file

@ -73,9 +73,9 @@ namespace spot
/// spot::check_stutter_invariance() first if
/// possible.)
SPOT_API twa_graph_ptr
tgba_determinisation(const const_twa_graph_ptr& aut,
bool pretty_print = false,
bool use_scc = true,
bool use_simulation = true,
bool use_stutter = true);
tgba_determinize(const const_twa_graph_ptr& aut,
bool pretty_print = false,
bool use_scc = true,
bool use_simulation = true,
bool use_stutter = true);
}