OR-Tools  9.6
PrimalPrices

Detailed Description

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 ()
 

Constructor & Destructor Documentation

◆ PrimalPrices()

PrimalPrices ( absl::BitGenRef  random,
const VariablesInfo variables_info,
PrimalEdgeNorms primal_edge_norms,
ReducedCosts reduced_costs 
)

Definition at line 511 of file reduced_costs.cc.

Member Function Documentation

◆ ForceRecomputation()

void ForceRecomputation ( )
inline

Definition at line 323 of file reduced_costs.h.

◆ GetBestEnteringColumn()

ColIndex GetBestEnteringColumn ( )

Definition at line 556 of file reduced_costs.cc.

◆ RecomputePriceAt()

void RecomputePriceAt ( ColIndex  col)

Definition at line 535 of file reduced_costs.cc.

◆ SetAndDebugCheckThatColumnIsDualFeasible()

void SetAndDebugCheckThatColumnIsDualFeasible ( ColIndex  col)

Definition at line 547 of file reduced_costs.cc.

◆ UpdateBeforeBasisPivot()

void UpdateBeforeBasisPivot ( ColIndex  entering_col,
UpdateRow update_row 
)

Definition at line 523 of file reduced_costs.cc.


The documentation for this class was generated from the following files: