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

@ -628,7 +628,7 @@ namespace spot
delete gb;
res->prop_copy(original_,
{ false, // state-based acc forced below
false, // single acc set by set_acceptance_conditions
false, // single acc set by set_generalized_buchi
true, // weakness preserved,
false, // determinism checked and set below
});