mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +00:00
doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
31c7f79afd
commit
887e6e5392
3 changed files with 225 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue