Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Multiple bugs in DirectedAcyclicGraph #133

Description

@IngoScholtes

Currently the class DirectedAcyclicGraph is broken. All collections (nodes, roots, leafs) are wrong, the latter even contain objects that are not nodes in the graph.

From the code, it is unclear to me where the node/leaf sets are computed. These bugs have numerous downstream implications, as it creates hard-to-track bugs in downstream path calculations (which do not expect to encounter roots that are not even nodes in the network).

This needs a fix asap.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions