-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
help-wantedThe author needs attention to resolve issuesThe author needs attention to resolve issuest-combinatoricsCombinatoricsCombinatorics
Description
Matchings in simple graphs exist as SimpleGraph.Subgraph.IsMatching.
I suggest we're missing the following def for the matching number of a simple graph:
noncomputable def matchingNumber (G : SimpleGraph V) : ℕ∞ :=
⨆ (M : G.Subgraph) (_ : M.IsMatching), M.edgeSet.encardand basic API for it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help-wantedThe author needs attention to resolve issuesThe author needs attention to resolve issuest-combinatoricsCombinatoricsCombinatorics