|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ShortestPathFunction
ShortestPathFunction[type, data]
represents a function that gives the shortest path from a source vertex s to target vertex t in a graph.
DetailsDetails
- ShortestPathFunction[...] is generated by FindShortestPath.
- ShortestPathFunction[{s, All}, ...][t] gives the shortest path from s to t.
- ShortestPathFunction[{All, t}, ...][s] gives the shortest path from s to t.
- ShortestPathFunction[{All, All}, ...][s, t] gives the shortest path from s to t.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


