Table of Contents

Class LineGraphDistances

Namespace
AlgorithmsSW.EdgeWeightedDigraph
Assembly
AlgorithmsSW.dll
[ExerciseReference(4, 4, 31)]
public class LineGraphDistances
Inheritance
LineGraphDistances
Inherited Members
Extension Methods

Constructors

LineGraphDistances(IEdgeWeightedDigraph<double>)

public LineGraphDistances(IEdgeWeightedDigraph<double> graph)

Parameters

graph IEdgeWeightedDigraph<double>

Methods

GetDistance(int, int)

public double GetDistance(int source, int target)

Parameters

source int
target int

Returns

double