Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Types | |
using | IndexType = int |
Public Member Functions | |
DataWrapper (LinearProgram *data) | |
void | SetUp () |
void | SetName (absl::string_view name) |
void | SetObjectiveDirection (bool maximize) |
void | SetObjectiveOffset (double objective_offset) |
int | FindOrCreateConstraint (absl::string_view name) |
void | SetConstraintBounds (int index, double lower_bound, double upper_bound) |
void | SetConstraintCoefficient (int row_index, int col_index, double coefficient) |
void | SetIsLazy (int row_index) |
double | ConstraintLowerBound (int row_index) |
double | ConstraintUpperBound (int row_index) |
int | FindOrCreateVariable (absl::string_view name) |
void | SetVariableTypeToInteger (int index) |
void | SetVariableTypeToSemiContinuous (int index) |
void | SetVariableBounds (int index, double lower_bound, double upper_bound) |
void | SetObjectiveCoefficient (int index, double coefficient) |
double | VariableLowerBound (int index) |
double | VariableUpperBound (int index) |
absl::Status | CreateIndicatorConstraint (absl::string_view row_name, int col_index, bool col_value) |
void | CleanUp () |
Definition at line 44 of file mps_reader.cc.
using operations_research::glop::DataWrapper< LinearProgram >::IndexType = int |
Definition at line 46 of file mps_reader.cc.
|
inlineexplicit |
Definition at line 47 of file mps_reader.cc.
|
inline |
Definition at line 116 of file mps_reader.cc.
|
inline |
Definition at line 80 of file mps_reader.cc.
|
inline |
Definition at line 83 of file mps_reader.cc.
|
inline |
Definition at line 110 of file mps_reader.cc.
|
inline |
Definition at line 64 of file mps_reader.cc.
|
inline |
Definition at line 87 of file mps_reader.cc.
|
inline |
Definition at line 67 of file mps_reader.cc.
|
inline |
Definition at line 70 of file mps_reader.cc.
|
inline |
Definition at line 75 of file mps_reader.cc.
|
inline |
Definition at line 54 of file mps_reader.cc.
|
inline |
Definition at line 100 of file mps_reader.cc.
|
inline |
Definition at line 56 of file mps_reader.cc.
|
inline |
Definition at line 60 of file mps_reader.cc.
|
inline |
Definition at line 49 of file mps_reader.cc.
|
inline |
Definition at line 97 of file mps_reader.cc.
|
inline |
Definition at line 90 of file mps_reader.cc.
|
inline |
Definition at line 94 of file mps_reader.cc.
|
inline |
Definition at line 103 of file mps_reader.cc.
|
inline |
Definition at line 106 of file mps_reader.cc.