mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
bugfix
This commit is contained in:
parent
e9482a1447
commit
cf1a600fb9
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue