Definition at line 476 of file set_cover_heuristics.h.
#include <set_cover_heuristics.h>
◆ GuidedTabuSearch() [1/2]
◆ GuidedTabuSearch() [2/2]
| operations_research::GuidedTabuSearch::GuidedTabuSearch |
( |
SetCoverInvariant * | inv, |
|
|
absl::string_view | name ) |
|
inline |
◆ GetEpsilon()
| double operations_research::GuidedTabuSearch::GetEpsilon |
( |
| ) |
const |
|
inline |
◆ GetLagrangianFactor()
| double operations_research::GuidedTabuSearch::GetLagrangianFactor |
( |
| ) |
const |
|
inline |
◆ GetPenaltyFactor()
| double operations_research::GuidedTabuSearch::GetPenaltyFactor |
( |
| ) |
const |
|
inline |
◆ GetTabuListSize()
| int operations_research::GuidedTabuSearch::GetTabuListSize |
( |
| ) |
const |
|
inline |
◆ Initialize()
| void operations_research::GuidedTabuSearch::Initialize |
( |
| ) |
|
◆ NextSolution() [1/3]
◆ NextSolution() [2/3]
| bool operations_research::GuidedTabuSearch::NextSolution |
( |
absl::Span< const SubsetIndex > | focus | ) |
|
|
finalvirtual |
◆ NextSolution() [3/3]
◆ SetEpsilon()
| void operations_research::GuidedTabuSearch::SetEpsilon |
( |
double | r | ) |
|
|
inline |
◆ SetLagrangianFactor()
| void operations_research::GuidedTabuSearch::SetLagrangianFactor |
( |
double | factor | ) |
|
|
inline |
◆ SetPenaltyFactor()
| void operations_research::GuidedTabuSearch::SetPenaltyFactor |
( |
double | factor | ) |
|
|
inline |
◆ SetTabuListSize()
| void operations_research::GuidedTabuSearch::SetTabuListSize |
( |
int | size | ) |
|
|
inline |
The documentation for this class was generated from the following files: