OR-Tools  9.6
MatrixEntry

Detailed Description

Definition at line 368 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 369 of file preprocessor.h.

Member Data Documentation

◆ coeff

Fractional coeff

Definition at line 373 of file preprocessor.h.

◆ col

ColIndex col

Definition at line 372 of file preprocessor.h.

◆ row

RowIndex row

Definition at line 371 of file preprocessor.h.


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