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

Improve documentation for graph_greedy_color #857

Merged
merged 6 commits into from
May 17, 2023

Commits on Apr 12, 2023

  1. Improve documentation for graph_greedy_color

    This commit improves the documentation for the graph_greedy_color
    function. Previously, the details on the function and the algorithm it
    implemented where a bit sparse. This commit expands it by explaining the
    source for the algorithm, making it clear it's not always going to
    return an optimal solution, and also adding an example.
    mtreinish committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0526be9 View commit details
    Browse the repository at this point in the history
  2. Update src/coloring.rs

    mtreinish authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b0346c3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    9243086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2cd849 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update src/coloring.rs

    Co-authored-by: Julien Gacon <[email protected]>
    mtreinish and Cryoris authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fc5278f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1981b4c View commit details
    Browse the repository at this point in the history