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

Graph Changes #37535

Merged
merged 4 commits into from
Nov 12, 2016
Merged

Graph Changes #37535

merged 4 commits into from
Nov 12, 2016

Commits on Nov 2, 2016

  1. Normalize generic bounds in graph iterators

    Use where clasues and only where clauses for bounds in the
    iterators for Graph.
    
    The rest of the code uses bounds on the generic declarations for
    Debug, and we may want to change those to for consistency. I did
    not do that here because I don't know whether or not that's a good
    idea. But for the iterators, they were inconsistent causing
    confusion, at least for me.
    Havvy committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    3d1ecc5 View commit details
    Browse the repository at this point in the history
  2. Added general iterators for graph nodes and edges

    Also used those general iterators in other methods.
    Havvy committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    fcf0262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d91581 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    9ddbb91 View commit details
    Browse the repository at this point in the history