|
50 | 50 | (:Strength, "The *strength* of an undirected graph."), |
51 | 51 | (:AssortativityCoefficient, "The *assortativity coefficient* of an undirected graph."), |
52 | 52 | (:GlobalClusteringCoefficient, "The *global clustering coefficient* of an undirected graph."), |
| 53 | + (:CheegerConstant, "The *Cheeger constant* of an undirected graph. Also known as the *Cheeger number* or as the *isoperimetric number*."), |
| 54 | + (:Circumference, "The *circumference* of an undirected graph."), |
| 55 | + (:Girth, "The *girth* of an undirected graph."), |
53 | 56 | ] |
54 | 57 | properties_integer = Tuple{Symbol, String}[ |
55 | 58 | (:NumberOfVertices, "The *number of vertices* of a graph."), |
|
65 | 68 | (:Radius, "The *radius* of a connected undirected graph."), |
66 | 69 | (:Diameter, "The *diameter* of a connected undirected graph."), |
67 | 70 | (:Triameter, "The *triameter* of a connected undirected graph."), |
68 | | - (:Girth, "The *girth* of a undirected graph: the length of its shortest cycle."), |
69 | 71 | (:VertexConnectivity, "The *vertex-connectivity* of an undirected graph. Also known as the *connectivity*."), |
70 | 72 | (:EdgeConnectivity, "The *edge-connectivity* of an undirected graph."), |
71 | 73 | (:CliqueNumber, "The *clique number* of an undirected graph."), |
|
84 | 86 | (:HadwigerNumber, "The *Hadwiger number* of an undirected graph. Also known as the *contraction clique number* or as the *homomorphism degree*."), |
85 | 87 | (:TwinWidth, "The *twin-width* of an undirected graph."), |
86 | 88 | (:CliqueWidth, "The *clique-width* of an undirected graph."), |
| 89 | + (:TreeDepth, "The *tree-depth* of a connected undirected graph."), |
| 90 | + (:CycleRank, "The *cycle rank* of a directed graph."), |
87 | 91 | (:Treewidth, "The *treewidth* of an undirected graph."), |
88 | 92 | (:Pathwidth, "The *pathwidth* of an undirected graph. Also known as the *interval thickness* or as the *vertex separation number* or as the *node searching number*."), |
89 | 93 | (:Boxicity, "The *boxicity* of an undirected graph."), |
|
0 commit comments