Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::ScatteredRowEntry Class Reference

#include <scattered_vector.h>

Inheritance diagram for operations_research::glop::ScatteredRowEntry:
operations_research::glop::ScatteredVectorEntry< ColIndex >

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 Indexindex_
 
const Fractionalcoefficient_
 

Detailed Description

Definition at line 179 of file scattered_vector.h.

Constructor & Destructor Documentation

◆ ScatteredRowEntry()

operations_research::glop::ScatteredRowEntry::ScatteredRowEntry ( const ColIndex * indices,
const Fractional * coefficients,
EntryIndex i )
inlineprotected

Definition at line 185 of file scattered_vector.h.

Member Function Documentation

◆ column()

ColIndex operations_research::glop::ScatteredRowEntry::column ( ) const
inline

Returns the column of the current entry.

Definition at line 182 of file scattered_vector.h.


The documentation for this class was generated from the following file: