
None GMN
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
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...
-
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 =...