![]() |
OR-Tools
9.6
|
Definition at line 33 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 |
| std::vector< VariableBoundChange > | GetBoundChanges (Literal decision) |
|
explicit |
Definition at line 32 of file pseudo_costs.cc.
| IntegerVariable GetBestDecisionVar | ( | ) |
Definition at line 66 of file pseudo_costs.cc.
| std::vector< PseudoCosts::VariableBoundChange > GetBoundChanges | ( | Literal | decision | ) |
Definition at line 105 of file pseudo_costs.cc.
|
inline |
Definition at line 51 of file pseudo_costs.h.
|
inline |
Definition at line 58 of file pseudo_costs.h.
| void UpdateCost | ( | const std::vector< VariableBoundChange > & | bound_changes, |
| IntegerValue | obj_bound_improvement | ||
| ) |
Definition at line 50 of file pseudo_costs.cc.