![]() |
OR-Tools
9.6
|
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 ¶meters) |
| std::string | StatString () const |
| double | DeterministicTime () const |
| EnteringVariable | ( | const VariablesInfo & | variables_info, |
| absl::BitGenRef | random, | ||
| ReducedCosts * | reduced_costs | ||
| ) |
Definition at line 28 of file entering_variable.cc.
|
inline |
Definition at line 79 of file entering_variable.h.
| 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.
| 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.
| void SetParameters | ( | const GlopParameters & | parameters | ) |
Definition at line 356 of file entering_variable.cc.
|
inline |
Definition at line 74 of file entering_variable.h.