mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 07:14:54 +00:00
DoC: code cleanups
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
8d1177bf3f
commit
115ab12ade
5 changed files with 30 additions and 34 deletions
|
@ -76,7 +76,7 @@ public:
|
|||
bool intersect(tbv const& a, tbv const& b, tbv& result);
|
||||
std::ostream& display(std::ostream& out, tbv const& b) const;
|
||||
std::ostream& display(std::ostream& out, tbv const& b, unsigned hi, unsigned lo) const;
|
||||
tbv* project(unsigned n, bool const* to_delete, tbv const& src);
|
||||
tbv* project(unsigned n, bit_vector const& to_delete, tbv const& src);
|
||||
bool is_well_formed(tbv const& b) const; // - does not contain BIT_z;
|
||||
void set(tbv& dst, uint64 n, unsigned hi, unsigned lo);
|
||||
void set(tbv& dst, rational const& r, unsigned hi, unsigned lo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue