Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Holds a triplet (row, col, coefficient). More...
#include <preprocessor.h>
Public Member Functions | |
MatrixEntry (RowIndex _row, ColIndex _col, Fractional _coeff) | |
Public Attributes | |
RowIndex | row |
ColIndex | col |
Fractional | coeff |
Holds a triplet (row, col, coefficient).
SingletonPreprocessor Removes as many singleton rows and singleton columns as possible from the problem. Note that not all types of singleton columns can be removed. See the comments below on the SingletonPreprocessor functions for more details.
Definition at line 385 of file preprocessor.h.
|
inline |
Definition at line 386 of file preprocessor.h.
Fractional operations_research::glop::MatrixEntry::coeff |
Definition at line 390 of file preprocessor.h.
ColIndex operations_research::glop::MatrixEntry::col |
Definition at line 389 of file preprocessor.h.
RowIndex operations_research::glop::MatrixEntry::row |
Definition at line 388 of file preprocessor.h.