3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
This commit is contained in:
Christoph M. Wintersteiger 2014-03-27 13:37:04 +00:00
parent e9482a1447
commit cf1a600fb9

View file

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