Lars Abrahamsson
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 4
Comments
Recent activity by Lars Abrahamsson-
I think I understand now - thanks!
-
So .. now the "mps" file is created! What is next? gurobi_cl model.mps?
-
What I mean ... That as an alternative to the official GUI, when already having a Matlab "problem based" model, one could write scripts oneself that converts the model to Gurobi code in text files ...
-
Ah. So almost "better" to write an own script with "sprinf" in Matlab to create a gurobi program text file?
-
But if I instead keep "Record 1" in the "gurobi.env" file, I get: and then But I cannot see any "mps" or "prm" file created in the folder ... /Lars
-
Thanks Eli I did now change the ".env" file according to your suggestion. But then we have another problem: GUROBI_PAR_DUMP not supported with Gurobi Instant Cloud /Lars Abrahamsson
-
You mean using the A, x, b, and c formulation approach?
-
Thanks Eli, Do you also know how to send in Gurobi parameters "params.XX" https://www.gurobi.com/documentation/9.0/quickstart_windows/matlab_modifying_grb_param.html https://www.gurobi.com/docume...
-
Hi Eli, Thanks! I got as far as the options = optimoptions('linprog'); sol = solve(prob, options); part. When I try to send my existing problem to Gurobi, I get the following error message: >> sol ...
-
Ah, so it is the same package to install as if you have a local license? https://packages.gurobi.com/9.0/Gurobi-9.0.2-win64.msi ?