mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
DoC: implement get_size_estimate_bytes()
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
c0e0b39a1d
commit
2444440edc
6 changed files with 22 additions and 7 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
tbv* allocate(tbv const& bv, unsigned const* permutation);
|
||||
|
||||
void deallocate(tbv* bv);
|
||||
|
||||
unsigned get_size_estimate_bytes(const tbv&) const { return m.num_bytes(); }
|
||||
|
||||
void copy(tbv& dst, tbv const& src) const;
|
||||
unsigned num_tbits() const { return m.num_bits()/2; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue