OR-Tools  9.6
PermutableEvent

Detailed Description

Definition at line 185 of file scheduling_cuts.h.

Public Member Functions

 PermutableEvent (int i, CtEvent e)
 
bool operator< (const PermutableEvent &o) const
 

Public Attributes

int index
 
IntegerValue x_start_min
 
IntegerValue x_start_max
 
IntegerValue x_size_min
 
IntegerValue y_size_min
 

Constructor & Destructor Documentation

◆ PermutableEvent()

PermutableEvent ( int  i,
CtEvent  e 
)
inline

Definition at line 186 of file scheduling_cuts.h.

Member Function Documentation

◆ operator<()

bool operator< ( const PermutableEvent o) const
inline

Definition at line 192 of file scheduling_cuts.h.

Member Data Documentation

◆ index

int index

Definition at line 194 of file scheduling_cuts.h.

◆ x_size_min

IntegerValue x_size_min

Definition at line 197 of file scheduling_cuts.h.

◆ x_start_max

IntegerValue x_start_max

Definition at line 196 of file scheduling_cuts.h.

◆ x_start_min

IntegerValue x_start_min

Definition at line 195 of file scheduling_cuts.h.

◆ y_size_min

IntegerValue y_size_min

Definition at line 198 of file scheduling_cuts.h.


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