Network Topology Generator
Last update : 1/3/2007

mpshow - Show multiple paths of a connection

Calling Sequence

mpshow()

Parameters

Description

Show the 5 routes of a connection between the nodes i and j of the graph g. table_routage_i is the ith routing table of the graph.

Examples

  D=300;
  L=1000;
  n=30;
  [g]=ntg_locality(D,L,n);
  g=weightgraph(g);  
  [table_routage_1,table_routage_2,table_routage_3,table_routage_4,table_routage_5]=routing_n_dijkstra(g,L,'test.dat');
  mpshow();
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

Intra Project 2004-2007

Used Function

emphasizeroute.

See Also

emphasizeroute ,