|
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."), |
51 | 53 | ] |
52 | 54 | properties_integer = Tuple{Symbol, String}[ |
53 | 55 | (:NumberOfVertices, "The *number of vertices* of a graph."), |
|
60 | 62 | (:MaximumIndegree, "The *maximum indegree* among the indegrees of the vertices of a directed graph."), |
61 | 63 | (:MinimumOutdegree, "The *minimum outdegree* among the outdegrees of the vertices of a directed graph."), |
62 | 64 | (:MaximumOutdegree, "The *maximum outdegree* among the outdegrees of the vertices of a directed graph."), |
| 65 | + (:Radius, "The *radius* of a connected undirected graph."), |
| 66 | + (:Diameter, "The *diameter* of a connected undirected graph."), |
| 67 | + (:Triameter, "The *triameter* of a connected undirected graph."), |
63 | 68 | (:Girth, "The *girth* of a undirected graph: the length of its shortest cycle."), |
64 | 69 | (:VertexConnectivity, "The *vertex-connectivity* of an undirected graph. Also known as the *connectivity*."), |
65 | 70 | (:EdgeConnectivity, "The *edge-connectivity* of an undirected graph."), |
|
0 commit comments