Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Feb 8, 2023
1 parent 96d815b commit b3ebce3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sat/smt/euf_local_search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b3ebce3

Please sign in to comment.