rename set_acceptance_conditions as set_generalized_buchi

* src/hoaparse/hoaparse.yy, src/tgba/tgbagraph.hh,
src/tgbaalgos/compsusp.cc, src/tgbaalgos/dtgbasat.cc,
src/tgbaalgos/mask.cc, src/tgbaalgos/randomgraph.cc,
src/tgbaalgos/sccfilter.cc, src/tgbaalgos/simulation.cc,
src/tgbaalgos/stripacc.cc, src/tgba/tgba.hh: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-19 18:47:15 +01:00
parent fd1f6c4d61
commit 76c676dba0
10 changed files with 16 additions and 15 deletions

View file

@ -134,7 +134,7 @@ namespace spot
for (auto i: *ap)
props[pi++] = dict->register_proposition(i, res);
res->set_acceptance_conditions(n_accs);
res->set_generalized_buchi(n_accs);
// Using std::unordered_set instead of std::set for these sets is 3
// times slower (tested on a 50000 nodes example).