This documentation is for version 1.4.dev_20110115230102, which is not released yet.
Return a list of nodes in a shortest path between source and target using the A* (“A-star”) algorithm.
| Parameters : | G : NetworkX graph source : node
target : node
heuristic : function
|
|---|---|
| Raises : | NetworkXNoPath :
|
See also