3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 04:48:45 +00:00

fix compilation

This commit is contained in:
Nikolaj Bjorner 2023-02-07 19:30:45 -08:00
parent 96d815b904
commit b3ebce3966

View file

@ -72,9 +72,7 @@ namespace euf {
return true;
if (is_uninterp_const(e))
return true;
euf::enode* n = m_egraph.find(e);
if (!n)
return true;
return !m_egraph.find(e);
}
void solver::setup_bounds(sat::model const& mdl) {