Show / Hide Table of Contents

Namespace QuikGraph.Algorithms.Exploration

Classes

CloneableVertexGraphExplorerAlgorithm<TVertex, TEdge>

Algorithm that explores a graph starting from a given vertex.

CloneableVertexGraphExplorerAlgorithm<TVertex, TEdge>.DefaultFinishedPredicate

Default implementation of the finished predicate.

TransitionFactoryImplicitGraph<TVertex, TEdge>

Implementation for a graph data structure that support growth by transitions made by out edges of its vertices.

Interfaces

ITransitionFactory<TVertex, TEdge>

Represents a transition factory.

In This Article
Back to top QuikGraph