Network Topology Generator
Last update : 28/2/2007
fivedroutingtable - Perform 5 distinct routing tables for a network graph
Calling Sequence
-
[table_routage_1,table_routage_2,table_routage_3,table_routage_4,table_routage_5]=fivedroutingtable(g,node_n)
Parameters
-
g
: network graph
-
node_n
: network size
-
table_routage_1
: routing table 1
-
table_routage_2
: routing table 2
-
table_routage_3
: routing table 3
-
table_routage_4
: routing table 4
-
table_routage_5
: routing table 5
Description
-
Perform 5 routing tables. They provide distinct routes for a connection between two network nodes. node_n is the number of network nodes.
Examples
D=300;
L=1000;
n=20;
[g]=ntg_locality(D,L,n);
g=weightgraph(g);
[rt1,rt2,rt3,rt4,rt5]=fivedroutingtable(g,n);
Authors
-
Foued Melakessou
University of Luxembourg
Bibliography
Intra Project 2004-2007
Used Function
dijkstra, delpath,rvector.
See Also
dijkstra
,
delpath
,
rvector
,