|
| class | operations_research::EbertGraph< NodeIndexType, ArcIndexType > |
| | Forward declarations. More...
|
| |
| class | operations_research::ForwardEbertGraph< NodeIndexType, ArcIndexType > |
| | A forward-star-only graph representation for greater efficiency in those algorithms that don't need reverse arcs. More...
|
| |
| class | operations_research::ForwardStaticGraph< NodeIndexType, ArcIndexType > |
| |
| class | operations_research::StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph > |
| |
| class | operations_research::StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::NodeIterator |
| | Iterator class for traversing all the nodes in the graph. More...
|
| |
| class | operations_research::StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::ArcIterator |
| | Iterator class for traversing the arcs in the graph. More...
|
| |
| class | operations_research::StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::OutgoingArcIterator |
| | Iterator class for traversing the outgoing arcs associated to a given node. More...
|
| |
| class | operations_research::PermutationIndexComparisonByArcHead< NodeIndexType, ArcIndexType > |
| |
| class | operations_research::ForwardStaticGraph< NodeIndexType, ArcIndexType > |
| |
| class | operations_research::ForwardStaticGraph< NodeIndexType, ArcIndexType >::CycleHandlerForAnnotatedArcs |
| |
| class | operations_research::EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph > |
| | A template for the base class that holds the functionality that exists in common between the EbertGraph<> template and the ForwardEbertGraph<> template. More...
|
| |
| class | operations_research::EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::CycleHandlerForAnnotatedArcs |
| |
| class | operations_research::EbertGraph< NodeIndexType, ArcIndexType > |
| | Forward declarations. More...
|
| |
| class | operations_research::EbertGraph< NodeIndexType, ArcIndexType >::OutgoingOrOppositeIncomingArcIterator |
| | Iterator class for traversing the arcs incident to a given node in the graph. More...
|
| |
| class | operations_research::EbertGraph< NodeIndexType, ArcIndexType >::IncomingArcIterator |
| | Iterator class for traversing the incoming arcs associated to a given node. More...
|
| |
| class | operations_research::ForwardEbertGraph< NodeIndexType, ArcIndexType > |
| | A forward-star-only graph representation for greater efficiency in those algorithms that don't need reverse arcs. More...
|
| |
| struct | operations_research::graph_traits< GraphType > |
| | Traits for EbertGraphBase types, for use in testing and clients that work with both forward-only and forward/reverse graphs. More...
|
| |
| struct | operations_research::graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > > |
| |
| struct | operations_research::graph_traits< ForwardStaticGraph< NodeIndexType, ArcIndexType > > |
| |
| class | operations_research::TailArrayManager< GraphType > |
| |
| class | operations_research::ArcFunctorOrderingByTailAndHead< GraphType > |
| |
| class | operations_research::AnnotatedGraphBuildManager< GraphType > |
| |