Hans Kirchner

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

投稿

Hans Kirchnerによる最近のアクティビティ 最近のアクティビティ 投票
  • Using addGenConstrAnd leads to "max general constraint violation"

    回答済み

    Recently I tested my Gurobi implementation on larger problem instances. But I got:   Warning: max constraint violation (1.0000e+00) exceeds toleranceWarning: max general constraint violation (1.000...

  • Different MIP start outputs

    進行中

    Hi, I'm trying to give gurobi a MIP Start after my first optimization step. I set the Start to be the solution of every variable:   for v in m.getVars():  v.Start = v.X   For any new variable creat...

  • How to use PWL and Multi-Objectives together

    回答済み

    Hi, I'm using gurobipy and I want to model two optimization steps. In the first step I just have a linear objective and in the second step I want to use some piecewise linear objectives. Is there a...