
Can Li
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Can Li-
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...
-
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 ...
-
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...