Commit 2025-05-06 02:45 1bef2b39
View on Github →feat(Combinatorics/SimpleGraph): define deleteIncidenceSet (#20681)
Define the operation G.deleteIncidenceSet x
deleting the incidence set of the vertex x
from the edge set of the simple graph G
and prove theorems in the finite case.