mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +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
|
@ -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…
Reference in a new issue