Net2PlanExample: Sets the routing of the traffic between each node pair, as that of the shortest path in km
fa_shortestPath_kmFor each traffic demand, the algorithm obtains a shortest path in km between the demand end nodes. For this, the library function shortestPath is used. If more than one shortest path exists, only one is used, the one returned by the shortestPath function. Then, is set so that all the traffic of the demand is routed through this path. Download .m file: fa_shortestPath_km.m |