CEDRIC JUSTIN
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by CEDRIC JUSTIN-
Thanks Marika for all your insights. I had started doing the slack-variable relaxation by hand before you replied and that allowed me more customization. I'll use indeed a multi-objective optimizat...
-
Marika, Thanks for your feedback. I have uploaded some of the code I am using Gurobi 10 as shown below in the console Gurobi Optimizer version 10.0.0 build v10.0.0rc2 (win64)CPU model: 11th Gen Int...
-
This makes sense, thanks Marika. I have another related question to minrelax: gurobi_model.feasRelax(relaxobjtype=2, minrelax=False, vars=None, lbpen=None, ubpen=None, constrs=torelax, rhspen=conpe...
-
Yes, typo on my part, I want to switch from "=" equality to '>=" inequality constraints i.e. going from a set-partitioning problem to a set covering problem. So if I understand correctly, the lines...
-
Thank you Marika. Why are you changing twice con.sense ? I understand going from "=" to "<" but not sure why you replace it again with equality later. What is the purpose? For ArtN and ArtP, I had ...