Lorenz Wagner

  • Gurobi-versary
  • Investigator
  • Conversationalist
  • 合計アクティビティ 40
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 1
  • サブスクリプション 14

投稿

Lorenz Wagnerによる最近のアクティビティ 最近のアクティビティ 投票
  • Choosen solution out of solution pool

    回答済み

    Hello, 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...

  • Parallelization of distinct subproblems in Column Generation

    回答済み

    Hi 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...

  • Piecewise linear approximation for discret non-linear function

    回答済み

    Hello, 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...

  • Obtain linear approximation

    回答済み

    Hello, 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 ...

  • Solve scheduling model using a greedy heurisitc

    回答済み

    I 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_{...

  • Technical questions regarding binary variables

    回答済み

    Hello, 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...

  • Weird incumbent behavior

    回答済み

    Hello, 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 ...

  • How to implement an optimality gap plot?

    回答済み

    Hi, I came across this plot earlier and was wondering what exactly it says and how to implement it with Gurobi?I think with a callback function (as seen here), but I don't know which values I have ...

  • Deal with quadratic constraints

    進行中

    Hello, I have the following problem. I am setting up a linear programme (or so I thought), but my model output shows something like this. Model has xxxx quadratic constraints Is there any way I can...

  • Help with implementing an LP

    進行中

    Hello folks, I need your help. I'm currently trying to implement an old LP (which I set up as part of my research at university) in a new programming language for nostalgic reasons. The old model w...