Table of Contents

Class ShortestPathsParameters

Namespace
Italbytz.Graph
Assembly
Italbytz.Graph.dll
public class ShortestPathsParameters : IShortestPathsParameters
Inheritance
ShortestPathsParameters
Implements
Inherited Members

Constructors

ShortestPathsParameters()

public ShortestPathsParameters()

ShortestPathsParameters(string[], IUndirectedGraph<string, ITaggedEdge<string, double>>)

public ShortestPathsParameters(string[] vertices, IUndirectedGraph<string, ITaggedEdge<string, double>> graph)

Parameters

vertices string[]
graph IUndirectedGraph<string, ITaggedEdge<string, double>>

Properties

Graph

public IUndirectedGraph<string, ITaggedEdge<string, double>> Graph { get; set; }

Property Value

IUndirectedGraph<string, ITaggedEdge<string, double>>

Vertices

public string[] Vertices { get; set; }

Property Value

string[]