scalation.graphalytics
The SSShortestPath companion object provides factory methods for the APShortestPath class.
SSShortestPath
APShortestPath
Create an SSShortestPath object from a graph.
Create an SSShortestPath object from a graph. First convert the graph's adjaceny set representation to an adjacency matrix with unit edge lengths.
the graph to use
the source for the graph
The
SSShortestPath
companion object provides factory methods for theAPShortestPath
class.