3
0
Fork 0
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:
Nikolaj Bjorner 2022-11-08 15:56:10 -08:00
parent 823cd23ecc
commit 254f7b97ef

View file

@ -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 {