Net2PlanExample: Routing that minimizes the average network delay, using flow-link formulationfa_minNetDelay_xdeThis algorithm obtains the traffic routing that minimizes the average network delay, using a convex flow-link formulation. Average network delay considers the queueing delay, the transmission delay and the propagation delay. Average network delay is estimated as: Where:
The algorithm solves the following formulation: Decision variables:
The previous formulation is a convex program respect to the decision variables, and is solved using CVX. The algorithm requires CVX solver installed and running. Download .m file: fa_minNetDelay_xde.m |