multipit - Multiple path discovery propagation based on a flood method
Multiple path discovery propagation based on a flood method. The set of possible routes are stored in the matrix mat (route|arrival|TTL|route length). The current quantity of discovery packet is np.
D=300; L=1000; n=30; ne=1; nr=10; TTL=10; [g]=ntg_locality(D,L,n); g=weightgraph(g); [mat,np]=multip(g,ne,nr,TTL); [mat,np]=multipit(g,ne,nr,mat,np);
distance ,