DominatorTree<'V, 'E>
|
Dominator tree interface. A dominator tree is a tree where each node's
children are those nodes it immediately dominates.
|
DummyDataAccessException
|
Trying to access dummy data
|
Edge<'V, 'E>
|
|
EdgeNotFoundException
|
|
IDiGraph<'V, 'E>
|
Directed graph interface.
|
IDiGraphAccessible<'V, 'E>
|
Read-only directed graph information accessor. This interface provides a way
to access the information of a directed graph without modifying it.
|
IDominance<'V, 'E>
|
Interface for computing dominance relationships of nodes in digraphs.
|
IDominanceFrontier<'V, 'E>
|
Interface for computing dominance frontier of nodes in digraphs.
|
IDominanceFrontierProvider<'V, 'E>
|
Interface for providing dominance frontier instances.
|
IGraph
|
Module for IGraph<'V, 'E> type to provide utility functions.
|
IGraph<'V, 'E>
|
|
IGraphAccessible<'V, 'E>
|
Read-only graph information accessor. This interface provides a way to
access the information of a graph without modifying it.
|
ImperativeDiGraph<'V, 'E>
|
Imperative directed graph.
|
ImperativeVertex<'V>
|
|
ImplementationType
|
Graph implementation type.
|
ISCCEnumerable<'V>
|
Strongly connected components enumerable. A graph is strongly connected if
there is a path between every pair of vertices in the graph.
|
IVertex<'V>
|
|
Loop
|
|
MultipleRootVerticesException
|
Trying to access a single root vertex when there are multiple root vertices.
|
PersistentDiGraph<'V, 'E>
|
Persistent directed graph.
|
PersistentVertex<'V>
|
|
SCC
|
|
Serializer
|
The serializer of a graph.
|
VertexID
|
A unique ID for a vertex.
|
VertexNotFoundException
|
|