Commit 2024-11-29 09:51 8f06fcac
View on Github →feat(Combinatorics/SimpleGraph/Matching): add IsCycles
and IsAlternating
with basic results (#19250)
add SimpleGraph.IsCycles
and SimpleGraph.IsAlternating
with some basic results involving matchings. These are defined on SimpleGraph
, because we want to use the symmDiff
defined on there.
This is in preparation for Tutte's theorem.