We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f43bdb commit 67529abCopy full SHA for 67529ab
1 file changed
ortools/glop/revised_simplex.cc
@@ -474,8 +474,8 @@ ABSL_MUST_USE_RESULT Status RevisedSimplex::SolveInternal(
474
// it is hard to claim we are really unbounded. This is a quick
475
// heuristic to error on the side of optimality rather than
476
// unboundedness.
477
- double max_magnitude = 0.0;
478
- double min_distance = kInfinity;
+ Fractional max_magnitude = 0.0;
+ Fractional min_distance = kInfinity;
479
const DenseRow& lower_bounds = variables_info_.GetVariableLowerBounds();
480
const DenseRow& upper_bounds = variables_info_.GetVariableUpperBounds();
481
Fractional cost_delta = 0.0;
0 commit comments