forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-37930: Work on
CircuitsMatroid
Various class-specific improvements. Implementation of enumerators (e.g. `in/dependent_r_sets`) and `_closure`. (The methods `bases`, `nonbases`, `circuit_closures`, `flats`, etc., are now much faster.) The changes in `matroid.pyx` are mostly for consistency's sake (enumerators returning a `SetSystem`). URL: sagemath#37930 Reported by: gmou3 Reviewer(s): gmou3, Travis Scrimshaw
- Loading branch information
Showing
5 changed files
with
391 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.