3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 13:07:53 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-16 00:45:17 -07:00
parent 31c7f79afd
commit 887e6e5392
3 changed files with 225 additions and 10 deletions

View file

@ -52,7 +52,7 @@ public:
tbv& fill0(tbv& bv) const;
tbv& fill1(tbv& bv) const;
tbv& fillX(tbv& bv) const;
tbv& set_and(tbv& dst, tbv const& src) const;
bool set_and(tbv& dst, tbv const& src) const;
tbv& set_or(tbv& dst, tbv const& src) const;
tbv& set_neg(tbv& dst) const;
bool equals(tbv const& a, tbv const& b) const;