OR-Tools  9.6
ImpliedBoundsProcessor::BestImpliedBoundInfo

Detailed Description

Definition at line 176 of file cuts.h.

Public Member Functions

double SlackLpValue (IntegerValue lb) const
 
std::string DebugString () const
 

Public Attributes

double var_lp_value = 0.0
 
double bool_lp_value = 0.0
 
bool is_positive
 
IntegerValue implied_bound
 
IntegerVariable bool_var = kNoIntegerVariable
 

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const
inline

Definition at line 188 of file cuts.h.

◆ SlackLpValue()

double SlackLpValue ( IntegerValue  lb) const
inline

Definition at line 183 of file cuts.h.

Member Data Documentation

◆ bool_lp_value

double bool_lp_value = 0.0

Definition at line 178 of file cuts.h.

◆ bool_var

IntegerVariable bool_var = kNoIntegerVariable

Definition at line 181 of file cuts.h.

◆ implied_bound

IntegerValue implied_bound

Definition at line 180 of file cuts.h.

◆ is_positive

bool is_positive

Definition at line 179 of file cuts.h.

◆ var_lp_value

double var_lp_value = 0.0

Definition at line 177 of file cuts.h.


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