Gelly - bipartite graph runs vertex-centric

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gelly - bipartite graph runs vertex-centric

Kaepke, Marc
Hi,

does Gelly provides a vertex-centric iteration on a bipartite graph?

A bipartite graph is using BipartiteEdges and vertex-centric supports regular edges only.


Thanks!

Best,
Marc
Reply | Threaded
Open this post in threaded view
|

Re: Gelly - bipartite graph runs vertex-centric

Vasiliki Kalavri
Hi Marc,

the BipartiteGraph type doesn't support vertex-centric iterations yet. You can either represent your bipartite graph using the Graph type and e.g. having an extra attribute in the vertex value to distinguish between top and bottom vertices or define your own custom delta iteration on top of BipartiteGraph.

Best,
-Vasia.

On 23 June 2017 at 16:56, Kaepke, Marc <[hidden email]> wrote:
Hi,

does Gelly provides a vertex-centric iteration on a bipartite graph?

A bipartite graph is using BipartiteEdges and vertex-centric supports regular edges only.


Thanks!

Best,
Marc