Victor Hinojosa
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Victor Hinojosa-
Tuning process using Python API
AnsweredDear Comunity, I would like to know if it is possible to tune over multiple models using the Python API (model.tune()). I see that option using the grbtune. I look forward to hearing your comme...
-
Printing Lagrange multipliers
AnsweredDear Comunity, After solving a LP problem, I would like to print in Python the Lagrange multipliers for specific equality constraints. Now, I am printing all "pi" values using model.getConstrs() ...