mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
cleanup state to clear model trail during calls.
This commit is contained in:
parent
823cd23ecc
commit
254f7b97ef
|
@ -96,7 +96,8 @@ public:
|
|||
m_goal->inc_depth();
|
||||
if (in->models_enabled())
|
||||
in->add(m_model_trail->get_model_converter().get());
|
||||
result.push_back(in.get());
|
||||
result.push_back(in.get());
|
||||
cleanup();
|
||||
}
|
||||
|
||||
void cleanup() override {
|
||||
|
|
Loading…
Reference in a new issue