mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
streamline condition, fix bugs in doc::subtract
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3203b6e2db
commit
8c34cfca31
3 changed files with 19 additions and 22 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
bool is_full(doc const& src) const;
|
||||
bool is_empty(doc const& src);
|
||||
bool set_and(doc& dst, doc const& src);
|
||||
bool set_and(doc& dst, tbv const& src);
|
||||
bool fold_neg(doc& dst);
|
||||
bool intersect(doc const& A, doc const& B, doc& result);
|
||||
void complement(doc const& src, ptr_vector<doc>& result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue