mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5a357f9998
commit
3afb78416f
3 changed files with 38 additions and 2 deletions
|
@ -1517,6 +1517,8 @@ public:
|
|||
|
||||
void update_fresh_id(ast_manager const& other);
|
||||
|
||||
unsigned mk_fresh_id() { return ++m_fresh_id; }
|
||||
|
||||
protected:
|
||||
reslimit m_limit;
|
||||
small_object_allocator m_alloc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue