scalation.graphalytics
The APShortestPath companion object provides factory methods for the APShortestPath class.
APShortestPath
Create an APShortestPath object from a graph.
Create an APShortestPath 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
APShortestPath
companion object provides factory methods for theAPShortestPath
class.