Ankan Mitra
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Ankan Mitra-
Wrong values of best incumbent objective value
AnsweredI am solving an MILP in Python with Gurobi and using a callback to add lazy constraints. I require that the callback be invoked for integer solutions only, hence I use, if where == GRB.Callback.MIP...