Net2PlanExample: Capacity assignment minimizing maximum link utilization, with linear cost constraintsca_minimaxUtilizationLinearCostThis algorithm obtains the capacity assignment that minimizes the maximum link utilization in the network, so that the network cost is limited to a maximum budget . The network cost is the sum of the costs of the links , where the cost in a link grows in a linear form respect to capacities: Where:
The algorithm solves the following formulation: Decision variables:
The previous formulation is a convex program respect to the variables, and is solved using CVX. The algorithm requires CVX solver installed and running. Download .m file: ca_minimaxUtilizationLinearCost.m |