Add a cleanup_acceptance() algorithm
* src/tgbaalgos/cleanacc.cc, src/tgbaalgos/cleanacc.hh: New file. * src/tgbaalgos/Makefile.am: Add them. * src/tgba/acc.hh, src/tgba/tgba.hh (get_acceptance): Return a reference. * src/bin/autfilt.cc: Add a --cleanup-acceptance option. * src/tgbatest/hoaparse.test: Test it.
This commit is contained in:
parent
85508a0ea6
commit
659107a000
7 changed files with 226 additions and 47 deletions
|
|
@ -639,7 +639,7 @@ namespace spot
|
|||
acc_cond acc_;
|
||||
|
||||
public:
|
||||
acc_cond::acc_code get_acceptance() const
|
||||
const acc_cond::acc_code& get_acceptance() const
|
||||
{
|
||||
return acc_.get_acceptance();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue