OR-Tools  8.2
ScatteredRowEntry

Detailed Description

Definition at line 176 of file scattered_vector.h.

Public Types

using Index = ColIndex
 

Public Member Functions

ColIndex column () const
 
Index index () const
 
Fractional coefficient () const
 

Protected Member Functions

 ScatteredRowEntry (const ColIndex *indices, const Fractional *coefficients, EntryIndex i)
 

Protected Attributes

EntryIndex i_
 
const Indexindex_
 
const Fractionalcoefficient_
 

Member Typedef Documentation

◆ Index

using Index = ColIndex
inherited

Definition at line 35 of file scattered_vector.h.

Constructor & Destructor Documentation

◆ ScatteredRowEntry()

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

Definition at line 182 of file scattered_vector.h.

Member Function Documentation

◆ coefficient()

Fractional coefficient ( ) const
inlineinherited

Definition at line 38 of file scattered_vector.h.

◆ column()

ColIndex column ( ) const
inline

Definition at line 179 of file scattered_vector.h.

◆ index()

Index index ( ) const
inlineinherited

Definition at line 37 of file scattered_vector.h.

Member Data Documentation

◆ coefficient_

const Fractional* coefficient_
protectedinherited

Definition at line 49 of file scattered_vector.h.

◆ i_

EntryIndex i_
protectedinherited

Definition at line 47 of file scattered_vector.h.

◆ index_

const Index* index_
protectedinherited

Definition at line 48 of file scattered_vector.h.


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