Stable proposed Functions¶
Warning
These are proposed functions for next mayor release.
- They are not officially in the current release.
- They will likely officially be part of the next mayor release:
- The functions make use of ANY-INTEGER and ANY-NUMERICAL
- Name might not change. (But still can)
- Signature might not change. (But still can)
- Functionality might not change. (But still can)
- pgTap tests have being done. But might need more.
- Documentation might need refinement.
- As part of the Dijkstra - Family of functions
- pgr_dijkstraCostMatrix - proposed Use pgr_dijkstra to calculate a cost matrix.
- pgr_dijkstraVia - Proposed - Use pgr_dijkstra to make a route via vertices.
- A new withPoints - Family of functions
- pgr_withPoints - Proposed - Route from/to points anywhere on the graph.
- pgr_withPointsCost - Proposed - Costs of the shortest paths.
- pgr_withPointsCostMatrix - proposed - Use pgr_withPoints to calculate a cost matrix.
- pgr_withPointsKSP - Proposed - K shortest paths with points.
- pgr_withPointsDD - Proposed - Driving distance.
- A new Section