Skip to content

Commit

Permalink
fix #4641
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 17, 2020
1 parent 2611484 commit df8b14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/math/lp/int_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ const impq & int_solver::get_value(unsigned j) const {

std::ostream& int_solver::display_column(std::ostream & out, unsigned j) const {
return lrac.m_r_solver.print_column_info(j, out);
return out;
}

bool int_solver::column_is_int_inf(unsigned j) const {
Expand Down

0 comments on commit df8b14d

Please sign in to comment.