mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
reset scope on reset, codeplex issue 183
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a106b4125a
commit
8ea7a1905f
1 changed files with 1 additions and 0 deletions
|
@ -1185,6 +1185,7 @@ void cmd_context::reset(bool finalize) {
|
|||
restore_assertions(0);
|
||||
if (m_solver)
|
||||
m_solver = 0;
|
||||
m_scopes.reset();
|
||||
m_pp_env = 0;
|
||||
m_dt_eh = 0;
|
||||
if (m_manager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue