Table of Contents

Interface IMinimumSpanningTreeSolution

Namespace
Italbytz.Graph.Abstractions
Assembly
Italbytz.Graph.Abstractions.dll
public interface IMinimumSpanningTreeSolution

Properties

Edges

IEnumerable<ITaggedEdge<string, double>> Edges { get; set; }

Property Value

IEnumerable<ITaggedEdge<string, double>>