Johan Gustafsson
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Johan Gustafsson-
Thanks, I replied there, good that a solution will eventually come! Best, Johan
-
Ok, thanks, looking forward to it! I can work in the old MATLAB version until then! Best, Johan
-
Hi Jaromil, Great, I changed the IntTol to 10^-7, which I after some consideration think should be ok for my problem, and the problem no longer appeared! Thanks for the help, from my point of vie...
-
Hi Jaromil, Thanks, looking forward to see what you will conclude! Best, Johan
-
Correction: The other parameters seem to matter as well. If I skip setting the IntFeasTol, it goes fine. However, if I only set the IntFeasTol, it also goes fine. With the combination, it doesn't.
-
Ok, I understand now why you cannot reproduce it - you are using different parameters. Run the following code, this should reproduce the problem: prob102 = gurobi_read(['c:/Code/ExpModelv10_0.mps'...
-
Ok, thanks for looking into this. I will debug this more and see if I can figure out more details about what has happened!
-
Hi and thanks for the quick reply, the file is here:https://drive.google.com/file/d/1uY99lSKOLYg_EEX_H1JVv6V3gClKQOkL/view?usp=share_link Best, Johan
-
Hi, I'm having the same problem on Windows 10. Should we really have to go back to an old MATLAB version to make this work? Is there no other workaround? Are there any plans to fix this problem? It...
-
Hi Steven and thanks for responding! I have solved my problems by now :). What I did was to brutally change my model by simply change things such as x1 + 0.000001 x2 to something like x1 + 0.01 x2 ...