Commit 2025-03-08 05:25 59c6f604
View on Github →feat(Combinatorics/SimpleGraph): API for bipartite simple graph double-counting (#20838)
Implement an API for bipartite double-counting arguments using simple graph definitions. Notably define the predicate IsBipartite
: G.IsBipartite s t
is the proposition that G
is bipartite in sets s
, t
.