![]() |
OR-Tools
8.2
|
Definition at line 28 of file pseudo_costs.h.
Classes | |
struct | VariableBoundChange |
Public Member Functions | |
PseudoCosts (Model *model) | |
void | UpdateCost (const std::vector< VariableBoundChange > &bound_changes, IntegerValue obj_bound_improvement) |
IntegerVariable | GetBestDecisionVar () |
double | GetCost (IntegerVariable var) const |
int | GetRecordings (IntegerVariable var) const |
|
explicit |
Definition at line 27 of file pseudo_costs.cc.
IntegerVariable GetBestDecisionVar | ( | ) |
Definition at line 60 of file pseudo_costs.cc.
|
inline |
Definition at line 46 of file pseudo_costs.h.
|
inline |
Definition at line 53 of file pseudo_costs.h.
void UpdateCost | ( | const std::vector< VariableBoundChange > & | bound_changes, |
IntegerValue | obj_bound_improvement | ||
) |
Definition at line 44 of file pseudo_costs.cc.