Below we include some examples of network design algorithms implemented in MATLAB, that can be executed in Net2Plan.
Flow assignment (FA) algorithms: These algorithms compute a routing for the network:
fa_minimaxUtilization_xde
fa_minimaxUtilization_xdp
fa_minNetDelay_xde
fa_shortestPath_km
fa_shortestPath_numHops
Capacity assignment (FA) algorithms: These algorithms compute the capacities of the links:
ca_minAvDelayConcaveCost
ca_minAvNetDelayLinearCost
ca_minimaxUtilizationLinearCost
Capacity and flow assignment (CFA) algorithms: These algorithms compute the routing and the link capacities of the network:
cfa_shortestPathInKmFixedUtilization