Net2PlanExample: Shortest path routing and then set the capacities to match a given link utilizationcfa_shortestPathInKmFixedUtilizationThis algorithm obtains sets traffic routing as the shortest path (in km) between the demand end nodes. Then, it sets the link capacities so that each link has a fixed utilization , given as input parameter. The algorithm calls the function fa_shortestPath_km to obtain the shortest path routing. Once the routing is set, it is possible to calculate the traffic that traverses each link . Then, link capacities are set so that . Download .m file: cfa_shortestPathInKmFixedUtilization.m |