Skip to content

feat: provide method to transform the graph to undirected #548

@SemyonSinchenko

Description

@SemyonSinchenko

For example

val undirectedG = g.asUndirected()
undirected_g = g.as_undirected()

Under the hood the method should union (edges.src, edges.dst) and (edges.dst, edges.src) as new edges.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions