Packages

object APShortestPath

The APShortestPath companion object provides factory methods for the APShortestPath class.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. APShortestPath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(g: Graph): APShortestPath

    Create an APShortestPath object from a graph.

    Create an APShortestPath object from a graph. First convert the graph's adjacency set representation to an adjacency matrix with unit edge lengths.

    g

    the graph to use