![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 183 of file scattered_vector.h.
#include <scattered_vector.h>
Public Member Functions | |
| ColIndex | column () const |
| Returns the column of the current entry. | |
| Public Member Functions inherited from operations_research::glop::ScatteredVectorEntry< ColIndex > | |
| Index | index () const |
| Fractional | coefficient () const |
Protected Member Functions | |
| ScatteredRowEntry (const ColIndex *indices, const Fractional *coefficients, EntryIndex i) | |
| Protected Member Functions inherited from operations_research::glop::ScatteredVectorEntry< ColIndex > | |
| ScatteredVectorEntry (const Index *indices, const Fractional *coefficients, EntryIndex i) | |
Additional Inherited Members | |
| Public Types inherited from operations_research::glop::ScatteredVectorEntry< ColIndex > | |
| using | Index |
| Protected Attributes inherited from operations_research::glop::ScatteredVectorEntry< ColIndex > | |
| EntryIndex | i_ |
| const Index * | index_ |
| const Fractional * | coefficient_ |
|
inlineprotected |
Definition at line 189 of file scattered_vector.h.
|
inline |
Returns the column of the current entry.
Definition at line 186 of file scattered_vector.h.