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:
parent
4635ce44a9
commit
c18ee329fb
3 changed files with 12 additions and 12 deletions
|
|
@ -118,16 +118,16 @@ int main(int argc, char* argv[])
|
|||
spot::translator trans(dict);
|
||||
trans.set_pref(spot::postprocessor::Deterministic);
|
||||
auto tmp = trans.run(f);
|
||||
res = spot::tgba_determinisation(tmp, pretty_print, scc_opt,
|
||||
use_bisim, use_stutter);
|
||||
res = spot::tgba_determinize(tmp, pretty_print, scc_opt,
|
||||
use_bisim, use_stutter);
|
||||
}
|
||||
else if (in_hoa)
|
||||
{
|
||||
auto aut = spot::parse_aut(input, dict);
|
||||
if (aut->format_errors(std::cerr))
|
||||
return 2;
|
||||
res = tgba_determinisation(aut->aut, pretty_print, scc_opt,
|
||||
use_bisim, use_stutter);
|
||||
res = tgba_determinize(aut->aut, pretty_print, scc_opt,
|
||||
use_bisim, use_stutter);
|
||||
}
|
||||
if (sim)
|
||||
res = simulation(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue