Skip to content

Commit

Permalink
add back missing initialization of lo
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Dec 15, 2017
1 parent 21f685f commit c3add4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nlsat/nlsat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ namespace nlsat {
rational lo;
m_am.int_lt(v, vlo);
if (!m_am.is_int(vlo)) continue;
m_am.to_rational(vlo, lo);
// derive tight bounds.
while (true) {
lo++;
Expand Down

0 comments on commit c3add4e

Please sign in to comment.