OR-Tools  8.2
ForwardStaticGraph< NodeIndexType, ArcIndexType >::CycleHandlerForAnnotatedArcs

Detailed Description

template<typename NodeIndexType, typename ArcIndexType>
class operations_research::ForwardStaticGraph< NodeIndexType, ArcIndexType >::CycleHandlerForAnnotatedArcs

Definition at line 570 of file ebert_graph.h.

Public Member Functions

 CycleHandlerForAnnotatedArcs (PermutationCycleHandler< ArcIndexType > *annotation_handler, NodeIndexType *data)
 
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
 

Constructor & Destructor Documentation

◆ CycleHandlerForAnnotatedArcs()

CycleHandlerForAnnotatedArcs ( PermutationCycleHandler< ArcIndexType > *  annotation_handler,
NodeIndexType *  data 
)
inline

Definition at line 575 of file ebert_graph.h.

Member Function Documentation

◆ SetIndexFromIndex()

void SetIndexFromIndex ( ArcIndexType  source,
ArcIndexType  destination 
) const
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 586 of file ebert_graph.h.

◆ SetIndexFromTemp()

void SetIndexFromTemp ( ArcIndexType  destination) const
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 592 of file ebert_graph.h.

◆ SetSeen()

void SetSeen ( ArcIndexType *  permutation_element) const
inlineoverridevirtualinherited

Reimplemented from PermutationCycleHandler< ArcIndexType >.

Definition at line 159 of file util/permutation.h.

◆ SetTempFromIndex()

void SetTempFromIndex ( ArcIndexType  source)
inlineoverridevirtual

Implements PermutationCycleHandler< ArcIndexType >.

Definition at line 581 of file ebert_graph.h.

◆ Unseen()

bool Unseen ( ArcIndexType  permutation_element) const
inlineoverridevirtualinherited

Reimplemented from PermutationCycleHandler< ArcIndexType >.

Definition at line 162 of file util/permutation.h.


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