GitHub user orhankislal opened a pull request:
https://github.com/apache/incubator-madlib/pull/136
Graph: Add APSP with grouping
JIRA: MADLIB-1099
- Add all pairs shortest path algorithm with grouping support.
This algorithm provides the minimum cost (sum of edge weights) paths for
every vertex pair in the graph.
- Add the get path algorithm to find the actual path for any vertex pair
(with grouping support)
- Minor changes in SSSP and graph utilities.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/orhankislal/incubator-madlib
graph/apsp_gr_take2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/136.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #136
----
commit b6ce2c8deead3502051d215b937836e19451f8a6
Author: Orhan Kislal <[email protected]>
Date: 2017-05-17T22:29:30Z
Graph: Add APSP with grouping
JIRA: MADLIB-1099
- Add all pairs shortest path algorithm with grouping support.
This algorithm provides the minimum cost (sum of edge weights) paths for
every vertex pair in the graph.
- Add the get path algorithm to find the actual path for any vertex pair
(with grouping support)
- Minor changes in SSSP and graph utilities.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---