Victor Hinojosa

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by Victor Hinojosa
  • Victor Hinojosa commented,

    Thank you so much for the information Riley. Regards, Victor

  • Victor Hinojosa created a post,

    Tuning process using Python API

    Answered

    Dear 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...

  • Victor Hinojosa commented,

    Dear Maliheh, Thank you so much for your message and support. I got the Lagrange multipliers. Best Regards, Victor

  • Victor Hinojosa commented,

    Dear Maliheh, Thank you so much for your message. However, I have problems getting these values for a matrix LP formulation. The optimization problem is modeled using model.addMVar() function. Best...

  • Victor Hinojosa created a post,

    Printing Lagrange multipliers

    Answered

    Dear 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() ...