Marina AM
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Marina AMさんの最近のアクティビティ-
Marina AMさんがコメントを作成しました:
Hi David, Thanks for your response, I have edited the code because I did not add the code lines where I store all the fractional solutions. The idea to get fractional solutions is to take advantage...
-
Marina AMさんが投稿を作成しました:
Obtain the set of fractional solutions when I stop the running of a MIP
進行中Hi, I would like to obtain all fractional solutions that Gurobi is exploring when the MIP optimization finishes due to a WorkLimit. I have used this callback in python: def mycallback(m, where): ...