
Lorenz Wagner
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by Lorenz Wagner-
Thank you so much!
-
Riley Clement That would be perfect, as I prefer matplotlib too. Thank you so much
-
Hi Riley Clement , thank you. It works now. The plot can be output. But unfortunately, the scales are wrong. In the initial plot above, the values of the objective function are shown on the left, b...
-
Hi Riley Clement, thanks. Did the trick. I have now used your MIP example and tried to create the plot for it (even though you probably won't see anything there). I have followed this video. I ende...
-
Hi Riley Clement. Thank you for your answer. I tried using gurobi-logtools, but i always get this error: Traceback (most recent call last): File "G:\M..\Model.py", line 502, in <module> summary...
-
Hi Riley Clement thanks a lot. My guess would be something like this. for i in I: for t in range(2, len(T) + 1): m.addConstr(n[i, t] == n_h[i, t] - e[i, t] + b[i, t]) m.addConstr(n...
-
Thanks i got it. Sadly i dont really know why this happens. Do you have any idea which constraint may cause this issue or could be wrong? \[ \begin{align} &\min\sum_{j,b}^{}j.C \cdot y_{jb}\\&\sum_...
-
Thats the Output i get: \ Model _copy\ LP format - for model browsing. Use MPS format to capture full model detail.MinimizeSubject ToCONS1: x[1,1,5] + x[1,2,5] + x[1,3,5] + x[1,4,5] + x[1,5,5] + x[...
-
Simranjit Kaur I just did. It yielded this output! Computing Irreducible Inconsistent Subsystem (IIS)... Constraints | Bounds | Runtime Min Max ...
-
Riley Clement Okay thank you. I tried different seed but it yields the same results. Nevermind the last part. One another note, is there any quotable resource where I can read up the fact regarding...