Lorenz Wagner
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 14
Activity overview
Latest activity by Lorenz Wagner-
Lorenz Wagner created a post,
Choosen solution out of solution pool
AnsweredHello, I have the following question. I am currently solving a Cullum generation problem and have observed the following. When I solve the subproblems, I sometimes find several optimal solutions (i...
-
Lorenz Wagner created a post,
Parallelization of distinct subproblems in Column Generation
AnsweredHi Gurobi Team,I'm implementing a column generation algorithm where, in each iteration, I solve one independent subproblem per patient (or entity) to generate new columns. Since these subproblems o...
-
Lorenz Wagner created a post,
Piecewise linear approximation for discret non-linear function
AnsweredHello, I have the following question. I want to implement the following non-linear constraint in Gurobi. This is the constraint in question. I have linearized like this and then implemented it with...
-
Lorenz Wagner commented,
Riley Clement Thank you for your anwser. What is the difference between the linear approximation and the dynamic outer approximation? And is it also possible, assuming I approximate \( y=0.5+0.5(1-...
-
Lorenz Wagner created a post,
Obtain linear approximation
AnsweredHello, I have the following question. I use addGenConstrExp and addGenConstrLogistic to linearly approximate an exponential and a logarithmic function. Is it possible that I can somehow output the ...
-
Lorenz Wagner created a post,
Solve scheduling model using a greedy heurisitc
AnsweredI have the following scheduling problem. Relatively simple and not very complex (only serves as an example). The indexes are \(I\) worker, \(T\) days and \(J\) shift. The decision variable is \(x_{...
-
Lorenz Wagner created a post,
Technical questions regarding binary variables
AnsweredHello, I have a purely technical question about Gurobi. Suppose I have the variable \(y_{ijk} \in [0;1]\) . Now I want to define a binary variable \(x_{ijk}\) that takes the value 1 if \(y_{ijk}=1...
-
Lorenz Wagner created a post,
Weird incumbent behavior
AnsweredHello, I have the following problem. I am trying to evaluate the lowe bound and the incumbent via the log of my model and use the glt.get_dataframe() command to create a DataFrame. Unfortunately I ...
-
Lorenz Wagner commented,
Thank you so much!
-
Lorenz Wagner commented,
Riley Clement That would be perfect, as I prefer matplotlib too. Thank you so much