mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 06:07:01 +00:00
working on product sets
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3ae10abf04
commit
9e7cef7d6b
8 changed files with 377 additions and 66 deletions
|
@ -200,6 +200,8 @@ public:
|
|||
bit_vector & operator|=(bit_vector const & source);
|
||||
|
||||
bit_vector & operator&=(bit_vector const & source);
|
||||
|
||||
bit_vector & neg();
|
||||
|
||||
void display(std::ostream & out) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue