mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 17:08:45 +00:00
cleanup state to clear model trail during calls.
This commit is contained in:
parent
823cd23ecc
commit
254f7b97ef
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ public:
|
||||||
m_goal->inc_depth();
|
m_goal->inc_depth();
|
||||||
if (in->models_enabled())
|
if (in->models_enabled())
|
||||||
in->add(m_model_trail->get_model_converter().get());
|
in->add(m_model_trail->get_model_converter().get());
|
||||||
result.push_back(in.get());
|
result.push_back(in.get());
|
||||||
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
void cleanup() override {
|
void cleanup() override {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue