Federico D'Onofrio
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
投稿
Federico D'Onofrioによる最近のアクティビティ-
Variables fixing in Gurobi's B&B
回答済みHello, I am working on a MIQP, let's call its binary variables 'u'. I have a method to compute very good heuristic solutions at each node of Gurobi's B&B and I want to use callbacks to do so. The o...
-
Retrieving multiple solutions using Pyomo
回答済みHi! I am using Pyomo and I want to retrieve the solutions from the SolutionPool that Gurobi found. I know how to do it with Gurobi's Python API, but I am struggling to do the same when using Pyomo....