Interface ManyToManyShortestPathsAlgorithm<V,​E>

Type Parameters:
V - the graph vertex type
E - the graph edge type
All Superinterfaces:
ShortestPathAlgorithm<V,​E>
All Known Implementing Classes:
CHManyToManyShortestPaths, DefaultManyToManyShortestPaths, DijkstraManyToManyShortestPaths

public interface ManyToManyShortestPathsAlgorithm<V,​E>
extends ShortestPathAlgorithm<V,​E>
An algorithm which computes shortest paths from all sources to all targets.
Author:
Semen Chudakov