Closed Claudia4 closed 6 years ago
We decided to put the costs in a 'matrix', that is a vector of vectors.
I decided to use entries of type double, even though the initial costs are rounded to integers. This is because all the c_\lambda will not be integer, so we would have to use double at some point, anyway.
An appropriate structur for edges is still open. Possibilities would be
I think it is enough to use vectors of pairs for R and F.
What data structure will we use for the graph and the weights?