OR-Tools  9.6
CapacityProfile::Rectangle

Detailed Description

Definition at line 175 of file diffn_util.h.

Public Member Functions

 Rectangle (IntegerValue start, IntegerValue height)
 
bool operator< (const Rectangle &other) const
 
bool operator== (const Rectangle &other) const
 

Public Attributes

IntegerValue start = IntegerValue(0)
 
IntegerValue height = IntegerValue(0)
 

Constructor & Destructor Documentation

◆ Rectangle()

Rectangle ( IntegerValue  start,
IntegerValue  height 
)
inline

Definition at line 176 of file diffn_util.h.

Member Function Documentation

◆ operator<()

bool operator< ( const Rectangle other) const
inline

Definition at line 179 of file diffn_util.h.

◆ operator==()

bool operator== ( const Rectangle other) const
inline

Definition at line 180 of file diffn_util.h.

Member Data Documentation

◆ height

IntegerValue height = IntegerValue(0)

Definition at line 185 of file diffn_util.h.

◆ start

IntegerValue start = IntegerValue(0)

Definition at line 184 of file diffn_util.h.


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