Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DAG generator #45

Merged
merged 5 commits into from
Sep 6, 2018
Merged

Add DAG generator #45

merged 5 commits into from
Sep 6, 2018

Commits on Sep 3, 2018

  1. Add DAG generater

    YanWQ-monad authored Sep 3, 2018
    Configuration menu
    Copy the full SHA
    46a829d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Complete DAG generater

    YanWQ-monad authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    7cd09a5 View commit details
    Browse the repository at this point in the history
  2. Write tests for Graph

    YanWQ-monad authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3e88c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f70a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Fix Graph test

    Python 2 does not support `nonlocal`,
    use array instead
    YanWQ-monad authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    e89460c View commit details
    Browse the repository at this point in the history