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 "saturation first" and "independent set" greedy node coloring strategies #1138

Merged
merged 43 commits into from
May 30, 2024

Commits on Mar 10, 2024

  1. initial commit

    alexanderivrii committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d286722 View commit details
    Browse the repository at this point in the history
  2. fix and test

    alexanderivrii committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3b837da View commit details
    Browse the repository at this point in the history
  3. python formatting

    alexanderivrii committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5994216 View commit details
    Browse the repository at this point in the history
  4. creating enums

    alexanderivrii committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9f947e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    2191398 View commit details
    Browse the repository at this point in the history
  2. release notes'

    alexanderivrii committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ca55aea View commit details
    Browse the repository at this point in the history
  3. python test

    alexanderivrii committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6a34c51 View commit details
    Browse the repository at this point in the history
  4. reno fix

    alexanderivrii committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    525755a View commit details
    Browse the repository at this point in the history
  5. reno fix

    alexanderivrii committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    78316d4 View commit details
    Browse the repository at this point in the history
  6. minor cleanup

    alexanderivrii committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6a815a4 View commit details
    Browse the repository at this point in the history
  7. small rust cleanup

    alexanderivrii committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0ad270e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    e9b763b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd2a47 View commit details
    Browse the repository at this point in the history
  3. docs

    alexanderivrii committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    68a74e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    2ea2820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd96d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0874242 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d227ad9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    b6eb143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f733f5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. docs improvements

    alexanderivrii committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8a54755 View commit details
    Browse the repository at this point in the history
  2. another attempt

    alexanderivrii committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7322ead View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    787193d View commit details
    Browse the repository at this point in the history
  2. minor

    alexanderivrii committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4ed0704 View commit details
    Browse the repository at this point in the history
  3. finally compiling

    alexanderivrii committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8c8238d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec8200 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c65ddf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da1f90f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b61264 View commit details
    Browse the repository at this point in the history
  8. another docs fix

    alexanderivrii committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f2fd4e5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 22, 2024

  1. a round of renaming

    alexanderivrii committed May 22, 2024
    Configuration menu
    Copy the full SHA
    298e0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e040aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c107433 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7b0ab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f698ab View commit details
    Browse the repository at this point in the history
  6. black

    alexanderivrii committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ba52a73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1ec8c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9295808 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b480be6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a999b83 View commit details
    Browse the repository at this point in the history
  11. release note update

    alexanderivrii committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3e84085 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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