Click or drag to resize

DistanceMeasuresCenter Method

Returns the center of the graph G. The center is the set of nodes with eccentricity equal to radius.

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public List<int> Center(
	BaseGraph graph
)

Parameters

graph
Type: GraphLibrary.GraphsBaseGraph

Return Value

Type: ListInt32
List of nodes in center.
See Also