Commit 2026-06-30 22:28 8e2ecc99
View on Github →feat(SimpleGraph): add universal vertex predicate (#38589)
Add the predicate G.IsUniversal v to indicate that v is a universal vertex, i.e. connected to all other vertices in G. This matches the recently added G.IsIsolated v predicate for isolated vertices.