OR-Tools  8.2
ImpliedBoundsProcessor::SlackInfo

Detailed Description

Definition at line 78 of file cuts.h.

Public Attributes

std::vector< std::pair< IntegerVariable, IntegerValue > > terms
 
IntegerValue offset
 
IntegerValue lb = IntegerValue(0)
 
IntegerValue ub = IntegerValue(0)
 
double lp_value = 0.0
 

Member Data Documentation

◆ lb

IntegerValue lb = IntegerValue(0)

Definition at line 84 of file cuts.h.

◆ lp_value

double lp_value = 0.0

Definition at line 86 of file cuts.h.

◆ offset

IntegerValue offset

Definition at line 81 of file cuts.h.

◆ terms

std::vector<std::pair<IntegerVariable, IntegerValue> > terms

Definition at line 80 of file cuts.h.

◆ ub

IntegerValue ub = IntegerValue(0)

Definition at line 85 of file cuts.h.


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