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

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

public interface IndexedVertexReachabilityAlgo<C extends Number & Comparable<C>>
Interface for a reachability checker algorithm over a directed graph.