
Can Li
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by Can Li-
Can Li commented,
Hi Yuriy, Thanks for your reply. The thing is that the "real value" is higher than the upper bound found by the solver. I don't know how to prevent the solver from updating the upper bound with t...
-
Can Li created a post,
Bound update rule
Hi folks, Suppose I have a minimization problem (an MILP) to solve. I wonder if there is a way to change how Gurobi updates its upper bound. To be more specific, in the original implementation...
-
Can Li created a post,
Branching Priority for nonconvex MIQCP
AnsweredHi folks, For MILP problem, it is possible to set branching priority of the binary variables. But for nonconvex MIQCP, gurobi is not only branching on the binary variables but also on the domain ...
-
Can Li commented,
Thanks. It works
-
Can Li created a post,
Callback for nonconvex QCP/MIQCP
AnsweredHi folks, Does gurobi support callback for QCP/MIQCP. I tried the following small example in python and it does not seem to work? Thanks in advance. from gurobipy import *model = Model("NewModel")m...