Return the radius of a graph from its enhanced routing table.
[r]=NARVAL_G_RadiusERT(ERT)
enhanced routing table.
graph radius.
NARVAL_G_RadiusERT computes the graph radius r in respect with the graph enhanced routing table ERT. By definition, the radius is the minimum eccentricity of a graph.
[path]=NARVAL_F_NARVALPath();//path to NARVAL module path=path+'/demos/';//folder path load(path+'RoutingTables_topo_100.dat','pt','rt1','rt2','rt3','rt4','rt5');//loading of the network routing tables [r]=NARVAL_G_RadiusERT(rt1);//application of NARVAL_G_RadiusERT r | ![]() | ![]() |