Peter Marcel Jürgens

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

アクティビティの概要

Peter Marcel Jürgensさんの最近のアクティビティ
  • Peter Marcel Jürgensさんがコメントを作成しました:

    Hello again, It took me some time to create a minimal example (unfortunately it didn't get quite as small as I had hoped, but most of it is just some kind of constants).I was trying to find the bug...

  • Peter Marcel Jürgensさんがコメントを作成しました:

    Thanks for your answer Matthias, the variable i was a mistake in the post, sorry for that. I corrected it now. In the LP file I can find the correct constraint. For the problematic constraint I can...

  • Peter Marcel Jürgensさんが投稿を作成しました:

    Model ignores indicator contraints

    回答済み

    Hi everyone, i have the following code snippet (the rest of the code should not be interesting): int numOfPolygons = 8;x0 = new GRBVar[numOfPolygons];y0 = new GRBVar[numOfPolygons]; polygonPicked =...