Network Traffic Simulator
Last update : 28/2/2007

routingdijkstra - Perform the routing table in respect with the Dijkstra's algorithm

Calling Sequence

[table_routage_1]=routingdijkstra(g)

Parameters

Description

Perform the routing table with the Dijkstra's algorithm.

Examples

  D=300;
  L=1000;
  n=30;
  [g]=ntg_locality(D,L,n);
  g=weightgraph(g);
  [table_routage_1]=routingdijkstra(g);
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

Intra Project 2004-2007

Used Function

dijkstra,rvector.

See Also

dijkstra ,   rvector ,