Johannes Kager
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by Johannes Kager-
Johannes Kager commented,
Dear Simranjit Kaur, one question regarding your answer above. If I call model.cbGet(GRB.Callback.MIP_OBJBND) within if where == GRB.Callback.MIP: I get a File "src/gurobipy/model.pxi", line 6468, ...
-
Johannes Kager commented,
What's the reason for it not to be accessible/documented?
-
Johannes Kager commented,
Thanks Riley Clement! But shouldn't there be an internal, hidden counter, that is used by gurobi to compare to SolutionLimit?
-
Johannes Kager created a post,
Get real count of solutions
AnsweredI have a MIP model that was already solved to some extent with a time limit, and now I want to get exactly one more solution. One way to produce one additional solution is to keep doing this from ...