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

Cythonize GraphicMatroid #37839

Merged
merged 12 commits into from
May 12, 2024
Merged

Commits on Apr 20, 2024

  1. Optimize DisjointSet

    gmou3 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1280f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f1b1a View commit details
    Browse the repository at this point in the history
  3. Cythonize GraphicMatroid

    gmou3 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8acb92e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    0625153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07deb59 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Various improvements

    Remove `_find` & `_union`.
    Remove `DisjointSet_of_integers` `_d` attribute from `DisjointSet_of_hashables` (and adjust code).
    Add notes recommending `OP_find` and `OP_union` if no input checking needed.
    Touch-up docstrings.
    gmou3 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    19a4efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2313a45 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

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

Commits on Apr 27, 2024

  1. Merge remote-tracking branch 'origin/disjointset_optimize' into cytho…

    …nize_graphicmatroid
    gmou3 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    eb7b58f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 5, 2024

  1. Update src/sage/matroids/graphic_matroid.pyx

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    gmou3 and tscrim authored May 5, 2024
    Configuration menu
    Copy the full SHA
    9fda0f7 View commit details
    Browse the repository at this point in the history