MAiNGO
maingo::lbp::LbpDualInfo Struct Reference

Container for information from the LBP that is needed in DBBT and probing, used for communicating the results via bab. More...

#include <lbp.h>

Public Attributes

std::vector< double > multipliers
 
double lpLowerBound
 

Detailed Description

Container for information from the LBP that is needed in DBBT and probing, used for communicating the results via bab.

Member Data Documentation

◆ lpLowerBound

double maingo::lbp::LbpDualInfo::lpLowerBound

Lower bound obtained from the solution of the lower bounding LP. This may be different from the lower bound returned by solve_LBP in case the interval bound is better than that obtained from the LP.

◆ multipliers

std::vector<double> maingo::lbp::LbpDualInfo::multipliers

Vector containing the multipliers of bound constraints for each variable in the LBP


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