minor reindent

This commit is contained in:
Laurent Perron
2024-10-08 16:03:32 +02:00
parent af9051e8d8
commit 262095ff22

View File

@@ -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;
}