GitHub user orhankislal opened a pull request:
https://github.com/apache/incubator-madlib/pull/78
Graph: SSSP
JIRA: MADLIB-992
- Introduces a new module: Graph.
- Implements the single source shortest path algorithm (Bellman-Ford).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/orhankislal/incubator-madlib feature/graph_bf3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/78.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 #78
----
commit 298aeae2ab31bd59edac5e7784c53816844988ab
Author: Orhan Kislal <[email protected]>
Date: 2016-12-05T17:38:42Z
Graph: SSSP
JIRA: MADLIB-992
- Introduces a new module: Graph.
- Implements the single source shortest path algorithm (Bellman-Ford).
----
---
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.
---