Brief description
Algorithm for flow assignment problems which routes all traffic of each demand, through the shortest path, measured in number of hops or in km, being this an user-defined parameter
Algorithm description table
Algorithm inputs | Requires a topology (nodes and links) and a demand set within the netPlan object. Algorithm parameters:
|
---|---|
Algorithm outputs | Routes are added to netPlan object. Any previous routes and protection segments are removed |
Required libraries | None |
Keywords | Flow assignment (FA) |
Authors | Pablo Pavón Mariño, José Luis Izquierdo Zaragoza |
Date | March 2013 |
Code | FA_shortestPath.java |
Detailed description
For each traffic demands, the algorithm computes the shortest path between ingress and egress nodes (in hops or km), and routes all the traffic over that path. Please note that capacity values along path are not checked, so some links may become over-saturated