Commit 2024-07-17 20:33 0df982c9
View on Github →chore(Combinatorics/SimpleGraph): Change girth to egirth and introduce Nat-valued girth (#13910)
Makes statements about girth more natural, for example, turns ENat.toNat G.girth ≤ 2 * G.diam + 1 to G.girth ≤ 2 * G.diam + 1.