![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Holds a triplet (row, col, coefficient). More...
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 384 of file preprocessor.h.
#include <preprocessor.h>
Public Member Functions | |
MatrixEntry (RowIndex _row, ColIndex _col, Fractional _coeff) |
Public Attributes | |
RowIndex | row |
ColIndex | col |
Fractional | coeff |
|
inline |
Definition at line 385 of file preprocessor.h.
Fractional operations_research::glop::MatrixEntry::coeff |
Definition at line 389 of file preprocessor.h.
ColIndex operations_research::glop::MatrixEntry::col |
Definition at line 388 of file preprocessor.h.
RowIndex operations_research::glop::MatrixEntry::row |
Definition at line 387 of file preprocessor.h.