mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
renamed compl method (compl is a reserved c++ keyword) to complement
This commit is contained in:
parent
4dd9249a95
commit
1e29ba76d0
2 changed files with 3 additions and 3 deletions
|
@ -479,7 +479,7 @@ public:
|
|||
info star() const;
|
||||
info plus() const;
|
||||
info opt() const;
|
||||
info compl() const;
|
||||
info complement() const;
|
||||
info concat(info & rhs, bool lhs_is_concat) const;
|
||||
info disj(info& rhs) const;
|
||||
info conj(info& rhs) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue