Definition at line 53 of file entering_variable.h.
|
| EnteringVariable (const VariablesInfo &variables_info, random_engine_t *random, ReducedCosts *reduced_costs, PrimalEdgeNorms *primal_edge_norms) |
|
ABSL_MUST_USE_RESULT Status | PrimalChooseEnteringColumn (ColIndex *entering_col) |
|
ABSL_MUST_USE_RESULT Status | DualChooseEnteringColumn (const UpdateRow &update_row, Fractional cost_variation, std::vector< ColIndex > *bound_flip_candidates, ColIndex *entering_col, Fractional *step) |
|
ABSL_MUST_USE_RESULT Status | DualPhaseIChooseEnteringColumn (const UpdateRow &update_row, Fractional cost_variation, ColIndex *entering_col, Fractional *step) |
|
void | SetParameters (const GlopParameters ¶meters) |
|
void | SetPricingRule (GlopParameters::PricingRule rule) |
|
std::string | StatString () const |
|
DenseBitRow * | ResetUnusedColumns () |
|
◆ EnteringVariable()
◆ DualChooseEnteringColumn()
Status DualChooseEnteringColumn |
( |
const UpdateRow & |
update_row, |
|
|
Fractional |
cost_variation, |
|
|
std::vector< ColIndex > * |
bound_flip_candidates, |
|
|
ColIndex * |
entering_col, |
|
|
Fractional * |
step |
|
) |
| |
◆ DualPhaseIChooseEnteringColumn()
◆ PrimalChooseEnteringColumn()
Status PrimalChooseEnteringColumn |
( |
ColIndex * |
entering_col | ) |
|
◆ ResetUnusedColumns()
◆ SetParameters()
void SetParameters |
( |
const GlopParameters & |
parameters | ) |
|
◆ SetPricingRule()
void SetPricingRule |
( |
GlopParameters::PricingRule |
rule | ) |
|
◆ StatString()
std::string StatString |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: