Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Options for MoveVariablesToTheirBestFeasibleValue. More...
#include <solution_improvement.h>
Public Attributes | |
double | integrality_tolerance = 0.0 |
Options for MoveVariablesToTheirBestFeasibleValue.
Definition at line 33 of file solution_improvement.h.
double operations_research::math_opt::MoveVariablesToTheirBestFeasibleValueOptions::integrality_tolerance = 0.0 |
An absolute tolerance used for rounding the bounds of integer variables.
It should be in [0, kMaxIntegralityTolerance] range; an error is returned if the input tolerance is outside this range.
See RoundedLowerBound() and RoundedUpperBound() for details.
Definition at line 40 of file solution_improvement.h.