We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2dbf8 commit 0908e01Copy full SHA for 0908e01
src/GraphProperties.jl
@@ -115,6 +115,9 @@ let
115
(:GraphIsTriangleFree, "Is an undirected graph *triangle-free*?"),
116
(:GraphIsComplete, "Is an undirected graph *complete*?"),
117
(:GraphIsRegular, "Is an undirected graph *regular*?"),
118
+ (:GraphIsDistanceRegular, "Is an undirected graph *distance-regular*?"),
119
+ (:GraphIsDistanceTransitive, "Is an undirected graph *distance-transitive*?"),
120
+ (:GraphIsStronglyRegular, "Is an undirected graph *strongly regular*?"),
121
(:GraphIsPerfect, "Is an undirected graph *perfect*?"),
122
(:GraphIsTriviallyPerfect, "Is an undirected graph *trivially perfect*?"),
123
(:GraphIsModular, "Is an undirected graph *modular*?"),
0 commit comments