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

Activity overview

Latest activity by Tomas Pippia
  • Tomas Pippia created a post,

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

  • Tomas Pippia commented,

    Thank you very much Jaromił, that's very clear. I am now first creating the constraint and then changing their laziness attribute, i.e. lazy_constraints = model.addConstrs(...)for c in lazy_constra...

  • Tomas Pippia created a post,

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

  • Tomas Pippia created a post,

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

  • Tomas Pippia commented,

    Hi Jaromił, Thanks again for your reply, this indeed is very clarifying. I think what was said at the Gurobi Days event was that setPWLObj could be used together with setObjective - not setObjectiv...

  • Tomas Pippia commented,

    Hi Jaromił, thanks for your reply. Regarding the workaround using an auxiliary variable z, I am already using that as my current approach to use a piecewise linear objective. However, I was wonderi...

  • Tomas Pippia created a post,

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