Tomas Pippia

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Posts

Recent activity by Tomas Pippia Recent activity Votes
  • Meaning of "Lazy constraints" in the optimization log

    Answered

    Hello, I added lazy constraints to a model enumerating them using the Lazy property instead of doing it via callback. In the optimization logs, I see first: Extracted 400 lazy constraints and at t...

  • Meaning of crushing user cuts

    Answered

    Hello, I implemented user cuts with enumerated constraints using the Lazy property of constraints. In the logs now I see: "Crushed 5766 out of 5766 user cuts to presolved model" Does it mean that G...

  • What does the index property in setObjectiveN do when it is set to 0?

    Answered

    setObjectiveN has a property called "index". The documentation mentions that, for index=0, "this routine will change the primary optimization objective.". What does that mean? Which "routine" does ...

  • Using PWL and Multi-Objectives together

    Answered

    In this post, it is mentioned that setObjectiveN cannot be used together with setPWLObj. However, this week I have attended the Gurobi Days event in Paris and I believe it was mentioned that they c...