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:
Alexandre Duret-Lutz 2015-02-24 21:50:00 +01:00
parent 659107a000
commit d597050f6d
4 changed files with 123 additions and 11 deletions

View file

@ -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);
};