Marina AM
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
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): ...