C++ Reference

C++ Reference: Graph

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
 

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
inlineoverride

Definition at line 586 of file ebert_graph.h.

◆ SetIndexFromTemp()

void SetIndexFromTemp ( ArcIndexType  destination) const
inlineoverride

Definition at line 592 of file ebert_graph.h.

◆ SetTempFromIndex()

void SetTempFromIndex ( ArcIndexType  source)
inlineoverride

Definition at line 581 of file ebert_graph.h.


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