GraphCenter
GraphCenter[g]
gives the set of vertices with minimum eccentricity in the graph g.
GraphCenter[{vw,…}]
uses rules vw to specify the graph g.
Details

- The following options can be given:
-
EdgeWeight Automatic weight for each edge Method Automatic method to use - Possible Method settings include "Dijkstra", "FloydWarshall", and "Johnson".
Introduced in 2010
Updated in 2015
(8.0)
|
(10.3)