Axel Bruck
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Axel Bruck-
Axel Bruck commented,
Thanks a lot for your help Jaromil!I figured out the problem. I accidentally introduced some negative demand values in the model as an input that however couldn't be supplied since I don't allow ne...
-
Axel Bruck commented,
Hi Jaromil, thanks for your quick answer! But looking at the coefficient statistics I would not assume any numerical issues. And if it becomes infeasible it literally takes a couple of seconds to...
-
Axel Bruck created a post,
Infeasible because of numerical issues?
AnsweredHi community, I have a slightly general question:I have a quite large Pyomo model that I solve with Gurobi. It solves really fast but when the input values get a bit larger, it becomes infeasible. ...
-
Axel Bruck commented,
Regarding the code, this is the part that makes the issues: It is a heat pump that can run either in cooling or heating mode but not at the same time both. So I need binary variable(s). If I say th...
-
Axel Bruck commented,
Hi Jaromil, I couldn't try the MPS version yet, sorry. The problem occurs for some inputs and for some not. But it is always the same inputs where it occurs. So yes it is reproducible. I have the ...
-
Axel Bruck commented,
Thanks Jaromil, I am always tracking my memory simultaneously. It is at around 85-95% most of the time until it hits the root simplex log where I have the feeling of getting stuck. Then it slowly d...
-
Axel Bruck commented,
I ran out of memory when trying the DegenMove == 0. Maybe in the end this is the problem but I do not understand why... and also why I do not get a memory error. Before I had two quadratic constrai...
-
Axel Bruck commented,
Another thing that is quite weird: This is another example but why does it do iteration 965072 twice? It should be done after the first time as far as I understand. Same happened in the example ab...
-
Axel Bruck commented,
Thanks Jaromil, Yes I can imagine that it is hardly to tell just from the log file ;) It is not the numeric issue. I resolved them (it was a huge big M number). I will try the suggestion with the ...
-
Axel Bruck commented,
I am working on this right now thanks. It is definitely not a memory issue. Do you have any idea what could cause this. I find it weird as according to the gurobi documentation the fact that Primal...