Skip to content

Commit

Permalink
minor reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Oct 8, 2024
1 parent 5384913 commit 0405174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortools/glop/preprocessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ bool EmptyColumnPreprocessor::Run(LinearProgram* lp) {
if (!IsFinite(value)) {
VLOG(1) << "Problem INFEASIBLE_OR_UNBOUNDED, empty column " << col
<< " has a minimization cost of " << objective_coefficient
<< " and bounds" << " [" << lower_bound << "," << upper_bound
<< "]";
<< " and bounds"
<< " [" << lower_bound << "," << upper_bound << "]";
status_ = ProblemStatus::INFEASIBLE_OR_UNBOUNDED;
return false;
}
Expand Down

0 comments on commit 0405174

Please sign in to comment.