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
|
|
@ -639,8 +639,10 @@ namespace spot
|
|||
acc_cond acc_;
|
||||
|
||||
public:
|
||||
auto get_acceptance() const
|
||||
SPOT_RETURN(acc_.get_acceptance());
|
||||
acc_cond::acc_code get_acceptance() const
|
||||
{
|
||||
return acc_.get_acceptance();
|
||||
}
|
||||
|
||||
void set_acceptance(unsigned num, const acc_cond::acc_code& c)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue