Peter Marcel Jürgens

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 1

Activity overview

Latest activity by Peter Marcel Jürgens
  • Peter Marcel Jürgens commented,

    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 commented,

    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 created a post,

    Model ignores indicator contraints

    Answered

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