OR-Tools  8.2
AffineRelation::Relation

Detailed Description

Definition at line 76 of file affine_relation.h.

Public Member Functions

 Relation (int r, int64 c, int64 o)
 
const bool operator== (const Relation &other) const
 

Public Attributes

int representative
 
int64 coeff
 
int64 offset
 

Constructor & Destructor Documentation

◆ Relation()

Relation ( int  r,
int64  c,
int64  o 
)
inline

Definition at line 80 of file affine_relation.h.

Member Function Documentation

◆ operator==()

const bool operator== ( const Relation other) const
inline

Definition at line 82 of file affine_relation.h.

Member Data Documentation

◆ coeff

int64 coeff

Definition at line 78 of file affine_relation.h.

◆ offset

int64 offset

Definition at line 79 of file affine_relation.h.

◆ representative

int representative

Definition at line 77 of file affine_relation.h.


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