Interface IUndirectedGraph<TVertex, TEdge>
- Namespace
- Italbytz.Graph.Abstractions
- Assembly
- Italbytz.Graph.Abstractions.dll
An undirected graph with vertices of type TVertex
and edges of type TEdge.
public interface IUndirectedGraph<TVertex, TEdge> : IEdgeSet<TVertex, TEdge> where TEdge : IEdge<TVertex>
Type Parameters
TVertexVertex type.
TEdgeEdge type.
- Inherited Members
Methods
ToGraphviz()
string ToGraphviz()