Skip to content

Incorrect edge descriptor behavior #5

@dungtn

Description

@dungtn

Hi,

I stumble across an issue with the all_shortest_paths function: The returned edge descriptors point to a single edge descriptor when there are multiple edges between 2 nodes. Upon checking, two different edges are equal e1 == e2 is True, but e1 is e2 is False for different edges with the same src and dst. Thus, when using the edge descriptor to look up edge property, they all return the same property of the first added edge.

Can you please check?

Thank you!

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