documentation gurobi_presolve function in matlab
AnsweredHi everyone,
I am using Gurobi with Matlab. Unfortunately the callable function `gurobi_presolve(...)`. The function is undocumented in the reference manual and has no appearance in the matlab examples.
I tried calling "gurobi_presolve" before calling "gurobi" but appearantly "gurobi" did presolve anyway.
Is there any documentation about that function or what it does?
Best,
Felix
-
Hi Felix,
Thanks for letting us know about the missing documentation.
The function gurobi_presolve creates presolved version of the initial model. If you save the presolved model and optimize it separately, Gurobi will reapply presolve by default on this model. If this is not desired, you can switch off the Presolve parameter or limit the PrePasses parameter.
You can read more about how presolve works in this article.
Regards,
Simran
0
Please sign in to leave a comment.
Comments
1 comment