Francois Lamothe
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by 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
AnsweredHello, 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
AnsweredHi!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...