Make it easy to complement an acceptance condition
* src/tgba/acc.cc, src/tgba/acc.hh (complement): New method. * src/bin/autfilt.cc: Add a --complement-acceptance option. * src/tgbatest/acc2.test: Test it.
This commit is contained in:
parent
659107a000
commit
d597050f6d
4 changed files with 123 additions and 11 deletions
|
|
@ -560,6 +560,8 @@ namespace spot
|
|||
|
||||
acc_code to_dnf() const;
|
||||
|
||||
acc_code complement() const;
|
||||
|
||||
SPOT_API
|
||||
friend std::ostream& operator<<(std::ostream& os, const acc_code& code);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue