Efrain Ruiz
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Efrain Ruizさんの最近のアクティビティ-
Efrain Ruizさんがコメントを作成しました:
I have just found how to do it using a callback. You have to use if (where ==GRB_CB_MIPNODE && getIntInfo(GRB_CB_MIPNODE_STATUS) == GRB_OPTIMAL) to find out if the node is optimal for the LR of th...
-
Efrain Ruizさんがコメントを作成しました:
Sorry, I was not clear enough I want to retrieve the value of the variables of the best lower bound solution, not the value of the objective function.
-
Efrain Ruizさんが投稿を作成しました:
Is it possible to retrieve the best (lower) bound of a MILP problem that did not reach the optimal solution?
回答済みI have a MILP model, which I solve using time_limit. Many times the optimal solution is not reached. I can retrieve the incumbent solution, but I want to retrieve the fractional solution of the bes...