Skip to content

Order of edges per node is not preserved #122

@geert56

Description

@geert56

Several other issues may be explained by the fact that the order of the edges per node are not preserved from the order in which nodes and edges are added to the graph. Using objects to represent node and edge lists is not such a great idea as it will cause any order to be lost. Mostly things are okay as long as a certain order of node ids is observed. However this is not documented and easily forgotten. Having control over edge order is vital for the representation of ordered trees.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions