Can Li
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
投稿
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
回答済みHi 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
回答済みHi 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...