Extract the connection path between two network nodes from an enhanced routing table.
[path]=RoutingPathERT(rti,ni,nj,n)
enhanced routing table.
source node.
target node.
network size.
connection path.
RoutingPathERT extracts the connection path path between two network nodes ni and nj from the enhanced routing table rti ([hop length|length|path]).
g=load_graph('./demos/topo_100_1.graph');//loading of the network graph load('./demos/RoutingTables_topo_100_1.dat');//loading of the network routing tables show_graph(g); n=100;//network size [ni,nj]=Random_i_j(n);//generation of extremal connection nodes [path]=RoutingPathERT(rt1,ni,nj,n);//application of RoutingPathERT ni nj path | ![]() | ![]() |