![]() |
OR-Tools
9.6
|
Definition at line 296 of file reduced_costs.h.
Public Member Functions | |
| PrimalPrices (absl::BitGenRef random, const VariablesInfo &variables_info, PrimalEdgeNorms *primal_edge_norms, ReducedCosts *reduced_costs) | |
| ColIndex | GetBestEnteringColumn () |
| void | UpdateBeforeBasisPivot (ColIndex entering_col, UpdateRow *update_row) |
| void | RecomputePriceAt (ColIndex col) |
| void | SetAndDebugCheckThatColumnIsDualFeasible (ColIndex col) |
| void | ForceRecomputation () |
| PrimalPrices | ( | absl::BitGenRef | random, |
| const VariablesInfo & | variables_info, | ||
| PrimalEdgeNorms * | primal_edge_norms, | ||
| ReducedCosts * | reduced_costs | ||
| ) |
Definition at line 511 of file reduced_costs.cc.
|
inline |
Definition at line 323 of file reduced_costs.h.
| ColIndex GetBestEnteringColumn | ( | ) |
Definition at line 556 of file reduced_costs.cc.
| void RecomputePriceAt | ( | ColIndex | col | ) |
Definition at line 535 of file reduced_costs.cc.
| void SetAndDebugCheckThatColumnIsDualFeasible | ( | ColIndex | col | ) |
Definition at line 547 of file reduced_costs.cc.
| void UpdateBeforeBasisPivot | ( | ColIndex | entering_col, |
| UpdateRow * | update_row | ||
| ) |
Definition at line 523 of file reduced_costs.cc.