Robust minimum congestion with dynamic demands
A network defined by a graph and a capacity function
. A set
of demands to be routed on this network is defined by a 5-tuple
. The last two parameters refer to a start and end time for the demand, meaning that the demands are not all simultaneous but share a part of their “life” with other demands.
The purpose of this project is to develop an optimization model and a simulation model for the problem of minimizing the maximum congestion over the network: we need a routing for all demands such that the maximum congestion, which is probably reached in a given time interval of the network’s lifetime, is minimized to ensure smooth functioning even when many demands overlap.
Data instance: use the nobel-eu instance provided on the sndlib webpage. The topology of the network, i.e., the graph , is given, as well as the capacity and the demand source, destination, and volume. As for the parameters
of each demand, generate them randomly such that
and
with
a random number in
.