OR-Tools  9.6
EnteringVariable

Detailed Description

Definition at line 46 of file entering_variable.h.

Public Member Functions

 EnteringVariable (const VariablesInfo &variables_info, absl::BitGenRef random, ReducedCosts *reduced_costs)
 
ABSL_MUST_USE_RESULT Status DualChooseEnteringColumn (bool nothing_to_recompute, const UpdateRow &update_row, Fractional cost_variation, std::vector< ColIndex > *bound_flip_candidates, ColIndex *entering_col)
 
ABSL_MUST_USE_RESULT Status DualPhaseIChooseEnteringColumn (bool nothing_to_recompute, const UpdateRow &update_row, Fractional cost_variation, ColIndex *entering_col)
 
void SetParameters (const GlopParameters &parameters)
 
std::string StatString () const
 
double DeterministicTime () const
 

Constructor & Destructor Documentation

◆ EnteringVariable()

EnteringVariable ( const VariablesInfo variables_info,
absl::BitGenRef  random,
ReducedCosts reduced_costs 
)

Definition at line 28 of file entering_variable.cc.

Member Function Documentation

◆ DeterministicTime()

double DeterministicTime ( ) const
inline

Definition at line 79 of file entering_variable.h.

◆ DualChooseEnteringColumn()

Status DualChooseEnteringColumn ( bool  nothing_to_recompute,
const UpdateRow update_row,
Fractional  cost_variation,
std::vector< ColIndex > *  bound_flip_candidates,
ColIndex *  entering_col 
)

Definition at line 36 of file entering_variable.cc.

◆ DualPhaseIChooseEnteringColumn()

Status DualPhaseIChooseEnteringColumn ( bool  nothing_to_recompute,
const UpdateRow update_row,
Fractional  cost_variation,
ColIndex *  entering_col 
)

Definition at line 240 of file entering_variable.cc.

◆ SetParameters()

void SetParameters ( const GlopParameters &  parameters)

Definition at line 356 of file entering_variable.cc.

◆ StatString()

std::string StatString ( ) const
inline

Definition at line 74 of file entering_variable.h.


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