haonan 钟
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
haonan 钟さんの最近のアクティビティ-
haonan 钟さんがコメントを作成しました:
I was adding lazy cuts where==GRB_CB_MIPSOL and also adding user cuts where==GRB_CB_MIPNODE. The getNodeRel() was added in GRB_CB_MIPNODE
-
haonan 钟さんがコメントを作成しました:
I made a typo in previous comment. I was using getNodeRel() in GRB_CB_MIPNODE. And get that errors sometimes. Also, the obtained solution is not optimal sometimes. Do you have any idea why this hap...
-
haonan 钟さんがコメントを作成しました:
Thank you for replying! I implemented my project with C++. In the callback that where==GRB_CB_MIPSOL, I obtained the solution with getNodeRel(variable, #of variables). Then I used a constraint to c...
-
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...
-
haonan 钟さんが投稿を作成しました:
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?
-
haonan 钟さんが投稿を作成しました:
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!