
None GMN
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
None GMNさんの最近のアクティビティ-
None GMNさんが投稿を作成しました:
Dual bound not moving
回答済みHi I'm trying to solve a MIP problem with Gurobi and C++, but the process doesn't seem to go anywhere. It looks like it's going to start on the branch and bound tree, but for about 3000 seconds al...
-
None GMNさんがコメントを作成しました:
Sorry for the late reply. Changing the Cuts parameter to 3 doesn't seem to change anything, I still get 66787.9.
-
None GMNさんが投稿を作成しました:
Retrieve root node value
Hi I want to store the objective value for the solution of the root node relaxation. How can I do that? I've tried to find it with a callback: if (where ==GRB_CB_MIPNODE )) {std::cout<<"Root node =...