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 <marc.kae...@haw-hamburg.de> 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

Reply via email to