Amanda
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Amanda-
Amanda commented,
Hi David, I think the problem with this approach is that any minimized flow value with 0 < flow[i, j].X < 5 leads to a lower bound on the capacity capacity[i, j].LB == 5 since capacity values bet...
-
Amanda commented,
Hi David, thanks for your fast response. Only that I don't just allow discrete diameters , but a continuous range. (In my case: capacity = diameter, as I assume them to be linearly dependent on eac...
-
Amanda commented,
Hi David, here is the working code: nodes = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40...
-
Amanda created a post,
flow conservation constraint
Awaiting user inputI have a MILP problem where the optimal solution cannot be found (or at least takes a really really long time). The model is similar to the optimal network flow example described in netflow.py exam...