Interface IndexedVertexPathSearchAlgo<C extends Number & Comparable<C>>

Type Parameters:
C - the cost number type
All Known Implementing Classes:
AnyIndexedVertexPathSearchAlgo

public interface IndexedVertexPathSearchAlgo<C extends Number & Comparable<C>>
Interface for a vertex path search algorithm over an indexed directed graph.