![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <set_cover_cft.h>
Public Attributes | |
const SubModel & | model |
const DualState & | current_dual_state |
const Cost & | best_lower_bound |
Avoid copying unused reduced cost during subgradient. | |
const ElementCostVector & | best_multipliers |
const Solution & | best_solution |
const ElementCostVector & | subgradient |
SUBGRADIENT ///////////////////////////// Utilitiy aggregate used by the SubgradientOptimization procedure to communicate pass the needed information to the SubgradientCBs interface.
Definition at line 194 of file set_cover_cft.h.
const Cost& operations_research::scp::SubgradientContext::best_lower_bound |
Avoid copying unused reduced cost during subgradient.
Definition at line 199 of file set_cover_cft.h.
const ElementCostVector& operations_research::scp::SubgradientContext::best_multipliers |
Definition at line 200 of file set_cover_cft.h.
const Solution& operations_research::scp::SubgradientContext::best_solution |
Definition at line 202 of file set_cover_cft.h.
const DualState& operations_research::scp::SubgradientContext::current_dual_state |
Definition at line 196 of file set_cover_cft.h.
const SubModel& operations_research::scp::SubgradientContext::model |
Definition at line 195 of file set_cover_cft.h.
const ElementCostVector& operations_research::scp::SubgradientContext::subgradient |
Definition at line 203 of file set_cover_cft.h.