|
48 | 48 | (:FractionalChromaticNumber, "The *fractional chromatic number* of an undirected graph."), |
49 | 49 | (:FractionalMatchingNumber, "The *fractional matching number* of an undirected graph."), |
50 | 50 | (:Strength, "The *strength* of an undirected graph."), |
| 51 | + (:AssortativityCoefficient, "The *assortativity coefficient* of an undirected graph."), |
| 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."), |
51 | 56 | ] |
52 | 57 | properties_integer = Tuple{Symbol, String}[ |
53 | 58 | (:NumberOfVertices, "The *number of vertices* of a graph."), |
|
60 | 65 | (:MaximumIndegree, "The *maximum indegree* among the indegrees of the vertices of a directed graph."), |
61 | 66 | (:MinimumOutdegree, "The *minimum outdegree* among the outdegrees of the vertices of a directed graph."), |
62 | 67 | (:MaximumOutdegree, "The *maximum outdegree* among the outdegrees of the vertices of a directed graph."), |
63 | | - (:Girth, "The *girth* of a undirected graph: the length of its shortest cycle."), |
| 68 | + (:Radius, "The *radius* of a connected undirected graph."), |
| 69 | + (:Diameter, "The *diameter* of a connected undirected graph."), |
| 70 | + (:Triameter, "The *triameter* of a connected undirected graph."), |
64 | 71 | (:VertexConnectivity, "The *vertex-connectivity* of an undirected graph. Also known as the *connectivity*."), |
65 | 72 | (:EdgeConnectivity, "The *edge-connectivity* of an undirected graph."), |
66 | 73 | (:CliqueNumber, "The *clique number* of an undirected graph."), |
|
79 | 86 | (:HadwigerNumber, "The *Hadwiger number* of an undirected graph. Also known as the *contraction clique number* or as the *homomorphism degree*."), |
80 | 87 | (:TwinWidth, "The *twin-width* of an undirected graph."), |
81 | 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."), |
82 | 91 | (:Treewidth, "The *treewidth* of an undirected graph."), |
83 | 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*."), |
84 | 93 | (:Boxicity, "The *boxicity* of an undirected graph."), |
|
0 commit comments