mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
initial opt commands
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a964c324e
commit
726f66a77c
5 changed files with 183 additions and 2 deletions
|
@ -335,10 +335,10 @@ cmd_context::~cmd_context() {
|
|||
if (m_main_ctx) {
|
||||
set_verbose_stream(std::cerr);
|
||||
}
|
||||
reset(true);
|
||||
finalize_cmds();
|
||||
finalize_tactic_cmds();
|
||||
finalize_probes();
|
||||
reset(true);
|
||||
m_solver = 0;
|
||||
m_check_sat_result = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue