C++ Reference

C++ Reference: Graph

CostValueCycleHandler< ArcIndexType >

Detailed Description

template<typename 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()

CostValueCycleHandler ( std::vector< CostValue > *  cost)
inlineexplicit

Definition at line 1026 of file linear_assignment.h.

◆ ~CostValueCycleHandler()

~CostValueCycleHandler ( )
inlineoverride

Definition at line 1042 of file linear_assignment.h.

Member Function Documentation

◆ SetIndexFromIndex()

void SetIndexFromIndex ( ArcIndexType  source,
ArcIndexType  destination 
) const
inlineoverride

Definition at line 1033 of file linear_assignment.h.

◆ SetIndexFromTemp()

void SetIndexFromTemp ( ArcIndexType  destination) const
inlineoverride

Definition at line 1038 of file linear_assignment.h.

◆ SetTempFromIndex()

void SetTempFromIndex ( ArcIndexType  source)
inlineoverride

Definition at line 1029 of file linear_assignment.h.


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