-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat(Data/Matroid/Circuit): Matroid circuits #20995
base: master
Are you sure you want to change the base?
Conversation
PR summary 9827e093c1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
# Matroid Circuits | ||
A `Circuit` of a matroid `M` is a minimal set `C` that is dependent in `M`. | ||
A matroid is determined by its set of circuits, and often the circuits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this already formalized?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but currently just in my repo. It should be part of the next PR, so I thought that including the comment made sense as some general motivation for the notion of a circuit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I'm assuming by 'this' you are referring to the implied extensionality statement)
Co-authored-by: Antoine Chambert-Loir <[email protected]>
We define and give basis API for circuits (minimal dependent sets) in matroids.