[ https://issues.apache.org/jira/browse/FLINK-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314136#comment-15314136 ]
ASF GitHub Bot commented on FLINK-4013: --------------------------------------- GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/2067 [FLINK-4013] [gelly] GraphAlgorithms to simplify directed and undirected graphs You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink 4013_graphalgorithms_to_simplify_directed_and_undirected_graphs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2067.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 #2067 ---- commit c27a21c2d9e4dcdcba2bb4689021a7e25e51d494 Author: Greg Hogan <c...@greghogan.com> Date: 2016-06-02T20:01:00Z [FLINK-4013] [gelly] GraphAlgorithms to simplify directed and undirected graphs ---- > GraphAlgorithms to simplify directed and undirected graphs > ---------------------------------------------------------- > > Key: FLINK-4013 > URL: https://issues.apache.org/jira/browse/FLINK-4013 > Project: Flink > Issue Type: New Feature > Components: Gelly > Affects Versions: 1.1.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > Priority: Minor > Fix For: 1.1.0 > > > Create a directed {{GraphAlgorithm}} to remove self-loops and duplicate edges > and an undirected {{GraphAlgorithm}} to symmetrize and remove self-loops and > duplicate edges. > Remove {{RMatGraph.setSimpleGraph}} and the associated logic. -- This message was sent by Atlassian JIRA (v6.3.4#6332)