3
0
Fork 0
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:
Nikolaj Bjorner 2014-09-22 01:54:51 -07:00
parent 3203b6e2db
commit 8c34cfca31
3 changed files with 19 additions and 22 deletions

View file

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