3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-05-08 12:03:13 -07:00
parent 97af3a6120
commit 1e7a9e3e61
2 changed files with 2 additions and 0 deletions

View file

@ -105,6 +105,7 @@ public:
get_opt(ctx, m_opt).add_soft_constraint(m_formula, weight, id);
ctx.print_success();
reset(ctx);
reset_params();
}
void finalize(cmd_context & ctx) override {