Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::MatrixEntry Struct Reference

Detailed Description

Definition at line 384 of file preprocessor.h.

#include <preprocessor.h>

Public Member Functions

 MatrixEntry (RowIndex _row, ColIndex _col, Fractional _coeff)

Public Attributes

RowIndex row
ColIndex col
Fractional coeff

Constructor & Destructor Documentation

◆ MatrixEntry()

operations_research::glop::MatrixEntry::MatrixEntry ( RowIndex _row,
ColIndex _col,
Fractional _coeff )
inline

Definition at line 385 of file preprocessor.h.

Member Data Documentation

◆ coeff

Fractional operations_research::glop::MatrixEntry::coeff

Definition at line 389 of file preprocessor.h.

◆ col

ColIndex operations_research::glop::MatrixEntry::col

Definition at line 388 of file preprocessor.h.

◆ row

RowIndex operations_research::glop::MatrixEntry::row

Definition at line 387 of file preprocessor.h.


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