Skip to content

Change lib::dag to lib::schedule #9

@YellPika

Description

@YellPika

The lib::dag data type currently only exists to represent schedules for concurrent testing. It should be renamed to lib::schedule to reflect its purpose.

Additionally, the data structure should be updated to remove redundant edges (e.g. given edges A -> B and B -> C, the edge A -> C is redundant if it exists.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions