mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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();
|
||||
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…
Add table
Add a link
Reference in a new issue