OR-Tools  8.2
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
 
virtual void SetSeen (ArcIndexType *unused_permutation_element) const
 
virtual bool Unseen (ArcIndexType unused_permutation_element) const
 

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
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 1033 of file linear_assignment.h.

◆ SetIndexFromTemp()

void SetIndexFromTemp ( ArcIndexType  destination) const
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 1038 of file linear_assignment.h.

◆ SetSeen()

virtual void SetSeen ( ArcIndexType *  unused_permutation_element) const
inlinevirtualinherited

◆ SetTempFromIndex()

void SetTempFromIndex ( ArcIndexType  source)
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 1029 of file linear_assignment.h.

◆ Unseen()

virtual bool Unseen ( ArcIndexType  unused_permutation_element) const
inlinevirtualinherited

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