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:
parent
fd1f6c4d61
commit
76c676dba0
10 changed files with 16 additions and 15 deletions
|
|
@ -334,8 +334,7 @@ namespace spot
|
|||
return g_.trans_data(t);
|
||||
}
|
||||
|
||||
// FIXME: Should be renamed as set_generalized_buchi()
|
||||
void set_acceptance_conditions(unsigned num)
|
||||
void set_generalized_buchi(unsigned num)
|
||||
{
|
||||
if (num < acc_.num_sets())
|
||||
{
|
||||
|
|
@ -351,7 +350,7 @@ namespace spot
|
|||
|
||||
acc_cond::mark_t set_single_acceptance_set()
|
||||
{
|
||||
set_acceptance_conditions(1);
|
||||
set_generalized_buchi(1);
|
||||
return acc_.mark(0);
|
||||
}
|
||||
|
||||
|
|
@ -378,7 +377,7 @@ namespace spot
|
|||
return g_.trans_storage(t);
|
||||
}
|
||||
|
||||
void set_acceptance_conditions(bdd all);
|
||||
void set_generalized_buchi(bdd all);
|
||||
|
||||
unsigned new_state()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue