Table of Contents

Interface IKShortestPaths<TWeight>

Namespace
AlgorithmsSW.EdgeWeightedDigraph
Assembly
AlgorithmsSW.dll
public interface IKShortestPaths<TWeight> where TWeight : INumber<TWeight>

Type Parameters

TWeight
Extension Methods

Methods

GetPath(int)

DirectedPath<TWeight> GetPath(int rank)

Parameters

rank int

Returns

DirectedPath<TWeight>

HasPath(int)

bool HasPath(int k)

Parameters

k int

Returns

bool