Zohar Levi
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 13
Comments
Recent activity by Zohar Levi-
I see, thanks for the detailed answer. In this specific case, I found an issue with my model, and so far it seems fine after resolving it. https://github.com/yalmip/YALMIP/discussions/1010 In the f...
-
I have a related issue. I have a mixed-int model that was reported infeasible. I _added_ a constraint to the model, and it was solved fine. I turned off the presolve instead of adding the constrain...
-
That's all fine and well, good practice and everything. However, I expect gurobi to behave consistently (e.g. like mosek) even in the face of numerical instability. Meaning, if it fails, then it sh...
-
I'm familiar with the SolutionLimit param, and it's not about the difference between feasible and globally optimal (I never have enough time for that). The naive algorithm doesn't guarantee anythin...
-
Cute, you suggest that I implement it myself, and since it's a linear program, I don't really need gurobi for that :) The thing is that I use matlab, and loops are kind of a no-no (same for python ...