Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Specializations used in the code. More...
#include <scattered_vector.h>
Public Member Functions | |
RowIndex | row () const |
Returns the row of the current entry. | |
Public Member Functions inherited from operations_research::glop::ScatteredVectorEntry< RowIndex > | |
Index | index () const |
Fractional | coefficient () const |
Protected Member Functions | |
ScatteredColumnEntry (const RowIndex *indices, const Fractional *coefficients, EntryIndex i) | |
Protected Member Functions inherited from operations_research::glop::ScatteredVectorEntry< RowIndex > | |
ScatteredVectorEntry (const Index *indices, const Fractional *coefficients, EntryIndex i) | |
Additional Inherited Members | |
Public Types inherited from operations_research::glop::ScatteredVectorEntry< RowIndex > | |
using | Index |
Protected Attributes inherited from operations_research::glop::ScatteredVectorEntry< RowIndex > | |
EntryIndex | i_ |
const Index * | index_ |
const Fractional * | coefficient_ |
Specializations used in the code.
Definition at line 168 of file scattered_vector.h.
|
inlineprotected |
Definition at line 174 of file scattered_vector.h.
|
inline |
Returns the row of the current entry.
Definition at line 171 of file scattered_vector.h.