C++ Reference
C++ Reference: Graph
CostValueCycleHandler< ArcIndexType >
Detailed Description
template<typename ArcIndexType>
class operations_research::CostValueCycleHandler< ArcIndexType >
class operations_research::CostValueCycleHandler< ArcIndexType >
Definition at line 1024 of file linear_assignment.h.
Public Member Functions | |
CostValueCycleHandler (std::vector< CostValue > *cost) | |
void | SetTempFromIndex (ArcIndexType source) override |
void | SetIndexFromIndex (ArcIndexType source, ArcIndexType destination) const override |
void | SetIndexFromTemp (ArcIndexType destination) const override |
~CostValueCycleHandler () override | |
Constructor & Destructor Documentation
◆ CostValueCycleHandler()
|
inlineexplicit |
Definition at line 1026 of file linear_assignment.h.
◆ ~CostValueCycleHandler()
|
inlineoverride |
Definition at line 1042 of file linear_assignment.h.
Member Function Documentation
◆ SetIndexFromIndex()
|
inlineoverride |
Definition at line 1033 of file linear_assignment.h.
◆ SetIndexFromTemp()
|
inlineoverride |
Definition at line 1038 of file linear_assignment.h.
◆ SetTempFromIndex()
|
inlineoverride |
Definition at line 1029 of file linear_assignment.h.
The documentation for this class was generated from the following file: