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

Additional std:: types and functions to graph_using.hpp #131

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Commits on Sep 4, 2024

  1. Additional std:: types and functions to graph_using.hpp

    The main motivation is to allow copy/paste into the paper without requiring
    editing of any std:: concepts or types
    
    Additionall entries added for convenience.
    
    Fixed error where std::invoke_result was used instead of std::invoke_result_t
    in compressed_graph
    pratzl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3898097 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bfs

    # Conflicts:
    #	include/graph/detail/graph_cpo.hpp
    pratzl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a556d38 View commit details
    Browse the repository at this point in the history