mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix reset
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1fd4c91fbf
commit
2f8303393b
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ namespace dd {
|
|||
reset_op_cache();
|
||||
m_node_table.reset();
|
||||
m_nodes.reset();
|
||||
m_free_nodes.reset();
|
||||
m_pdd_stack.reset();
|
||||
m_mpq_table.reset();
|
||||
init_nodes(level2var);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue