[
https://issues.apache.org/jira/browse/FLINK-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15656559#comment-15656559
]
Ivan Mushketyk commented on FLINK-4648:
---------------------------------------
Implemented here:
https://github.com/mushketyk/flink/tree/generate-bipartite-graph
Currently blocked by this PR:
https://github.com/apache/flink/pull/2564
> Implement bipartite graph generators
> ------------------------------------
>
> Key: FLINK-4648
> URL: https://issues.apache.org/jira/browse/FLINK-4648
> Project: Flink
> Issue Type: Sub-task
> Components: Gelly
> Reporter: Ivan Mushketyk
> Assignee: Ivan Mushketyk
>
> Implement generators for bipartite graphs.
> Should implement at least:
> * *BipartiteGraphGenerator* (maybe requires a better name) that will generate
> a bipartite graph where every vertex of one set is connected only to some
> vertices from another set
> * *CompleteBipartiteGraphGenerator* that will generate a graph where every
> vertex of one set is conneted to every vertex of another set
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)