Documentation

FormalConjecturesForMathlib.Combinatorics.SimpleGraph.Matching

noncomputable def SimpleGraph.matchingNumber {α : Type u_1} [Fintype α] (G : SimpleGraph α) [DecidableRel G.Adj] :

matchingNumber G is the size of a maximum matching of G.

Equations
Instances For

    In a finite graph, twice the number of edges of any matching is at most the number of vertices: each edge contributes two distinct vertices, and a matching's edges are vertex-disjoint.