Net2PlanExample: Routing minimizing maximum link utilization, using flow-path formulationfa_minimaxUtilization_xdpThis algorithm obtains the traffic routing that minimizes the maximum link utilization, using a linear flow-path formulation. For each demand, the set of admissible paths is given by the loopless shortest paths between the demand end nodes. is an input parameter to the problem. The algorithm first computes the list of admissible paths (). Then, solves the following formulation: Decision variables:
In the previous formulation, the set is composed of the paths that traverse link . The previous formulation is a linear program respect to the decision variables, and is solved using CVX. The algorithm requires CVX solver installed and running. Download .m file: fa_minimaxUtilization_xdp.m |