Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::MoveVariablesToTheirBestFeasibleValueOptions Struct Reference

Options for MoveVariablesToTheirBestFeasibleValue. More...

#include <solution_improvement.h>

Public Attributes

double integrality_tolerance = 0.0
 

Detailed Description

Options for MoveVariablesToTheirBestFeasibleValue.

Definition at line 33 of file solution_improvement.h.

Member Data Documentation

◆ integrality_tolerance

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.


The documentation for this struct was generated from the following file: