mpshow - Show multiple paths of a connection
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.
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();