Table of Contents

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

TVertex

Vertex type.

TEdge

Edge type.

Inherited Members

Methods

ToGraphviz()

string ToGraphviz()

Returns

string