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

@ -31,7 +31,7 @@ namespace spot
unsigned na = inacc.num_sets();
unsigned tr = to_remove.count();
assert(tr <= na);
res->set_acceptance_conditions(na - tr);
res->set_generalized_buchi(na - tr);
transform_accessible(in, res, [&](unsigned,
bdd& cond,
acc_cond::mark_t& acc,