haonan 钟
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
haonan 钟による最近のアクティビティ-
LP relaxation is not solved to optimality
ユーザーの入力を待っています。Hi, I'm using Gurobi to solve a MIP with lazy cuts through callbacks. I accessed the LP relaxation solution with getNodeRel in GRB_CB_MIPNODE. I found that the LP relaxation solution is not an opti...
-
Is it possible to set the search strategy of the Gurobi MIP solver to DFS?
回答済みOther than using parameter MIPFocus, is it possible to set the search strategy to be depth-first-search?
-
Set an initial solution to Gurobi while using lazy constraints
回答済みHi, I want to send Gurobi an initial solution. It is also feasible to all lazy constraints that will be added. What should I do to let Gurobi accept it? Thank you!