3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00
This commit is contained in:
Christoph M. Wintersteiger 2014-03-27 13:37:04 +00:00
parent 1834bb5950
commit e9797c3922

View file

@ -1061,13 +1061,13 @@ lbool sls_engine::search_old() {
} }
} }
} }
#endif
bailout: bailout:
m_mpz_manager.del(new_value); m_mpz_manager.del(new_value);
return res; return res;
} }
#endif
void sls_engine::operator()(goal_ref const & g, model_converter_ref & mc) { void sls_engine::operator()(goal_ref const & g, model_converter_ref & mc) {
if (g->inconsistent()) { if (g->inconsistent()) {