Wu Hao
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Wu Hao-
MIP best objective and bound output with runtime
AnsweredHi, I am using Gurobi to solve a max MIP via Python. Is there any way that I could collect information on current best objective (lower bound) and bound (upper bound) with respect to runtime (while...
-
MIPGap and Runtime query before optimization stops
AnsweredHi, I am using Gurobi to solve a MIP problem, and I want to see how its MIPGap changes with respect to the Runtime. Is there any efficient way to collect these two information? The callback code do...