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

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 ,