OR-Tools  8.2
ImpliedBoundsProcessor::BestImpliedBoundInfo

Detailed Description

Definition at line 114 of file cuts.h.

Public Attributes

double bool_lp_value = 0.0
 
double slack_lp_value = std::numeric_limits<double>::infinity()
 
bool is_positive
 
IntegerValue bound_diff
 
IntegerVariable bool_var = kNoIntegerVariable
 

Member Data Documentation

◆ bool_lp_value

double bool_lp_value = 0.0

Definition at line 115 of file cuts.h.

◆ bool_var

IntegerVariable bool_var = kNoIntegerVariable

Definition at line 119 of file cuts.h.

◆ bound_diff

IntegerValue bound_diff

Definition at line 118 of file cuts.h.

◆ is_positive

bool is_positive

Definition at line 117 of file cuts.h.

◆ slack_lp_value

double slack_lp_value = std::numeric_limits<double>::infinity()

Definition at line 116 of file cuts.h.


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