mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
parent
223b65bd5a
commit
3bf2b3f741
|
@ -508,6 +508,7 @@ extern "C" {
|
||||||
LOG_Z3_solver_reset(c, s);
|
LOG_Z3_solver_reset(c, s);
|
||||||
RESET_ERROR_CODE();
|
RESET_ERROR_CODE();
|
||||||
to_solver(s)->m_solver = nullptr;
|
to_solver(s)->m_solver = nullptr;
|
||||||
|
to_solver(s)->m_cmd_context = nullptr;
|
||||||
if (to_solver(s)->m_pp) to_solver(s)->m_pp->reset();
|
if (to_solver(s)->m_pp) to_solver(s)->m_pp->reset();
|
||||||
Z3_CATCH;
|
Z3_CATCH;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue