![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 26 of file sparse_row.h.
#include <sparse_row.h>
Public Member Functions | |
| ColIndex | col () const |
| Public Member Functions inherited from operations_research::glop::SparseVectorEntry< ColIndex > | |
| Index | index () const |
| Fractional | coefficient () const |
Protected Member Functions | |
| SparseRowEntry (const ColIndex *indices, const Fractional *coefficients, EntryIndex i) | |
| Protected Member Functions inherited from operations_research::glop::SparseVectorEntry< ColIndex > | |
| SparseVectorEntry (const Index *indices, const Fractional *coefficients, EntryIndex i) | |
Additional Inherited Members | |
| Public Types inherited from operations_research::glop::SparseVectorEntry< ColIndex > | |
| using | Index |
| Protected Attributes inherited from operations_research::glop::SparseVectorEntry< ColIndex > | |
| EntryIndex | i_ |
| const Index * | index_ |
| const Fractional * | coefficient_ |
|
inlineprotected |
Definition at line 32 of file sparse_row.h.
|
inline |
Definition at line 29 of file sparse_row.h.