Commit 2020-12-06 18:56 b3aa0524
View on Github →feat(combinatorics/simple_graph/basic): introduce incidence sets, graph construction from relation (#5191) Add incidence sets and some lemmas, including a proof of equivalence between the neighbor set of a vertex and its incidence set. Add a graph construction from a given relation. Definitions and lemmas adapted from simple_graphs2