OR-Tools  8.2
EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::CycleHandlerForAnnotatedArcs

Detailed Description

template<typename NodeIndexType, typename ArcIndexType, typename DerivedGraph>
class operations_research::EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::CycleHandlerForAnnotatedArcs

Definition at line 1047 of file ebert_graph.h.

Public Member Functions

 CycleHandlerForAnnotatedArcs (PermutationCycleHandler< ArcIndexType > *annotation_handler, DerivedGraph *graph)
 
void SetTempFromIndex (ArcIndexType source) override
 
void SetIndexFromIndex (ArcIndexType source, ArcIndexType destination) const override
 
void SetIndexFromTemp (ArcIndexType destination) const override
 
void SetSeen (ArcIndexType *permutation_element) const override
 
bool Unseen (ArcIndexType permutation_element) const override
 
 ~CycleHandlerForAnnotatedArcs () override
 

Constructor & Destructor Documentation

◆ CycleHandlerForAnnotatedArcs()

CycleHandlerForAnnotatedArcs ( PermutationCycleHandler< ArcIndexType > *  annotation_handler,
DerivedGraph *  graph 
)
inline

Definition at line 1050 of file ebert_graph.h.

◆ ~CycleHandlerForAnnotatedArcs()

~CycleHandlerForAnnotatedArcs ( )
inlineoverride

Definition at line 1095 of file ebert_graph.h.

Member Function Documentation

◆ SetIndexFromIndex()

void SetIndexFromIndex ( ArcIndexType  source,
ArcIndexType  destination 
) const
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 1066 of file ebert_graph.h.

◆ SetIndexFromTemp()

void SetIndexFromTemp ( ArcIndexType  destination) const
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 1075 of file ebert_graph.h.

◆ SetSeen()

void SetSeen ( ArcIndexType *  permutation_element) const
inlineoverridevirtual

Reimplemented from PermutationCycleHandler< ArcIndexType >.

Definition at line 1087 of file ebert_graph.h.

◆ SetTempFromIndex()

void SetTempFromIndex ( ArcIndexType  source)
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 1058 of file ebert_graph.h.

◆ Unseen()

bool Unseen ( ArcIndexType  permutation_element) const
inlineoverridevirtual

Reimplemented from PermutationCycleHandler< ArcIndexType >.

Definition at line 1091 of file ebert_graph.h.


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