You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(:NumberOfVertices, "The *number of vertices* of a graph."),
59
-
(:NumberOfEdges, "The *number of edges* of an undirected graph."),
60
-
(:NumberOfArcs, "The *number of arcs* of a directed graph."),
61
-
(:NumberOfConnectedComponents, "The *number of connected components* of an undirected graph."),
62
-
(:NumberOfWeaklyConnectedComponents, "The *number of weakly connected components* of a directed graph."),
63
-
(:NumberOfStronglyConnectedComponents, "The *number of strongly connected components* of a directed graph."),
64
-
(:MinimumDegree, "The *minimum degree* among the degrees of the vertices of an undirected graph."),
65
-
(:MaximumDegree, "The *maximum degree* among the degrees of the vertices of an undirected graph."),
66
-
(:MinimumIndegree, "The *minimum indegree* among the indegrees of the vertices of a directed graph."),
67
-
(:MaximumIndegree, "The *maximum indegree* among the indegrees of the vertices of a directed graph."),
68
-
(:MinimumOutdegree, "The *minimum outdegree* among the outdegrees of the vertices of a directed graph."),
69
-
(:MaximumOutdegree, "The *maximum outdegree* among the outdegrees of the vertices of a directed graph."),
70
-
(:Radius, "The *radius* of a connected undirected graph."),
71
-
(:Diameter, "The *diameter* of a connected undirected graph."),
72
-
(:Triameter, "The *triameter* of a connected undirected graph."),
73
-
(:VertexConnectivity, "The *vertex-connectivity* of an undirected graph. Also known as the *connectivity*."),
74
-
(:EdgeConnectivity, "The *edge-connectivity* of an undirected graph."),
75
-
(:CliqueNumber, "The *clique number* of an undirected graph."),
76
-
(:ChromaticNumber, "The *chromatic number* of an undirected graph."),
77
-
(:ChromaticIndex, "The *chromatic index* of an undirected graph. Also known as the *edge chromatic number*."),
78
-
(:MatchingNumber, "The *matching number* of an undirected graph."),
79
-
(:DominationNumber, "The *domination number* of an undirected graph."),
80
-
(:StrongDominationNumber, "The *strong domination number* of an undirected graph."),
81
-
(:IndependenceNumber, "The *independence number* of an undirected graph."),
82
-
(:Choosability, "The *choosability* of an undirected graph. Also known as the *list colorability* or as the *list chromatic number*."),
83
-
(:FeedbackVertexSetNumber, "The *feedback vertex set number* of a graph."),
84
-
(:VertexCoverNumber, "The *vertex cover number* of an undirected graph."),
85
-
(:EdgeCoverNumber, "The *edge cover number* of an undirected graph."),
86
-
(:IntersectionNumber, "The *intersection number* of an undirected graph. Also known as the *R-content* or as the *edge clique cover number* or as the *clique cover number*."),
87
-
(:BipartiteDimension, "The *bipartite dimension* of an undirected graph. Also known as the *biclique cover number*."),
88
-
(:HadwigerNumber, "The *Hadwiger number* of an undirected graph. Also known as the *contraction clique number* or as the *homomorphism degree*."),
89
-
(:TwinWidth, "The *twin-width* of an undirected graph."),
90
-
(:CliqueWidth, "The *clique-width* of an undirected graph."),
91
-
(:TreeDepth, "The *tree-depth* of a connected undirected graph."),
92
-
(:CycleRank, "The *cycle rank* of a directed graph."),
93
-
(:Treewidth, "The *treewidth* of an undirected graph."),
94
-
(: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*."),
95
-
(:Boxicity, "The *boxicity* of an undirected graph."),
96
-
(:Sphericity, "The *sphericity* of an undirected graph."),
97
-
(:Degeneracy, "The *degeneracy* of an undirected graph. Also known as the *width* or as the *linkage*."),
98
-
(:Arboricity, "The *arboricity* of an undirected graph."),
99
-
(:Splittance, "The *splittance* of an undirected graph."),
0 commit comments