OR-Tools  8.2
MatrixEntry

Detailed Description

Definition at line 331 of file preprocessor.h.

Public Member Functions

 MatrixEntry (RowIndex _row, ColIndex _col, Fractional _coeff)
 

Public Attributes

RowIndex row
 
ColIndex col
 
Fractional coeff
 

Constructor & Destructor Documentation

◆ MatrixEntry()

MatrixEntry ( RowIndex  _row,
ColIndex  _col,
Fractional  _coeff 
)
inline

Definition at line 332 of file preprocessor.h.

Member Data Documentation

◆ coeff

Fractional coeff

Definition at line 336 of file preprocessor.h.

◆ col

ColIndex col

Definition at line 335 of file preprocessor.h.

◆ row

RowIndex row

Definition at line 334 of file preprocessor.h.


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