Ambareesh Vaidya
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Ambareesh Vaidya-
Ambareesh Vaidya commented,
It worked! Thank you!
-
Ambareesh Vaidya commented,
Hello, I am trying to query the objective function at the root node before cuts are applied. The value for instance "bm23" at the root node is 20.57092 but using the MIP callback function the value...
-
Ambareesh Vaidya created a post,
Gurobi Python API Callback
AnsweredGreetings, I have been using the callback function in the python API for a MIP problem. For some reason running the code: where == GRB.Callback.MIP best_bnd = model.cbGet(GRB.Callback.MIP_OBJBND) g...