Daniele Patria
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Activity overview
Latest activity by Daniele Patria-
Daniele Patria created a post,
The model seems to ignore the added constraints
Awaiting user inputI designed an optimization algorithm which is iteratively solving a model, adding a constraint, solving it again, remove the old constraint, add the new one, solve, remove, add... And so on. The is...
-
Daniele Patria created a post,
Problems very similar to each other requiring much much different amount of time to be solved
AnsweredDear support team, I have implemented an algorithm which iteratively solves Integer (BINARY) Linear Problems with Gurobi. The problems solved by Gurobi are all very similar to each other: they only...
-
Daniele Patria commented,
Dear Jaromił,thanks for your answer. I managed to solve my problem and now the code works fine.By the way I am still curious about why it does work that way when adding linear constraints... It wou...
-
Daniele Patria created a post,
How do I add a quadratic constraint using an expression defined through variables of a model that I copied ?
AnsweredI am trying to do the following: - create a model- add variables- define a quadratic expression using those variables- creating a new model that is a copy (made with the method Model.copy()) of the...