mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
move to managed tbvs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d9dafe7b94
commit
4e4346576a
4 changed files with 83 additions and 192 deletions
|
@ -41,6 +41,7 @@ class fixed_bit_vector_manager {
|
|||
public:
|
||||
fixed_bit_vector_manager(unsigned num_bits);
|
||||
|
||||
void reset() { m_alloc.reset(); }
|
||||
fixed_bit_vector* allocate();
|
||||
fixed_bit_vector* allocate1();
|
||||
fixed_bit_vector* allocate0();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue