Francois Lamothe
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Francois Lamotheによる最近のアクティビティ-
Neighbor simplex solutions
Hello,I am trying to locally approximate the solution space around the optimal solution x* of an LP. More exactly lets call P the polyhedron of the solution space of the LP, I am looking for a set ...
-
Control over the number of callbacks in MIPNODE
回答済みHello, I am currently implementing a Benders decomposition algorithm. I would like to add benders cut with model.cbLazy() both in MIPSOL and MIPNODE because it helps a lot to find better bounds and...
-
Removing an objective or getting dual variables with multiple objectives
回答済みHi!I am trying to use gurobi with column generation and multiple objectives at the same time. I have a main objective and I am using column generation on this objective: this means that I need to h...