![](https://secure.gravatar.com/avatar/a84bfee4aa1a240fd362933bfcfebd02?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
Patricio Burdiles
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Patricio Burdiles-
Patricio Burdiles commented,
Thanks Eli for the clarification. Now it works.
-
Patricio Burdiles commented,
Hello I am trying to extend the methodology presented here to python, but have not been succesfull. Here is a section of my code: I have also tried the following without success: fixed = model.fi...
-
Patricio Burdiles commented,
I have also tried the following without succes: fixed = model.fixed()fixed.Params.QCPDual = 1fixed.optimize()constrs = fixed.getConstrs()shadow_price = fixed.getAttr(GRB.Attr.QCPi) #this works b...
-
Patricio Burdiles created a post,
Dual value Pi and QCPi for specified constraint - python
AnsweredHello, I am using Gurobi for Python. I am trying to obtain Pi or QCPi for a specific constraint in my model, similarly as it is asked in the following post: Referencing constraints and retrieving t...