
Tomas Pippia
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Tomas Pippia-
Meaning of "Lazy constraints" in the optimization log
AnsweredHello, 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
AnsweredHello, 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?
AnsweredsetObjectiveN 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
AnsweredIn 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...