Francois Lamothe
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Francois Lamotheさんの最近のアクティビティ-
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 ...
-
Francois Lamotheさんがコメントを作成しました:
Hello, thanks for your time. For benders decomposition, I want to add more than one benders cut per node. Because the MIPNODE callback is my separation for the benders cuts (with an auxiliary model...
-
Francois Lamotheさんが投稿を作成しました:
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...
-
Francois Lamotheさんがコメントを作成しました:
Thanks it seems to work!
-
Francois Lamotheさんが投稿を作成しました:
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...