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

Posts

Recent activity by Victor Hinojosa Recent activity Votes
  • 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...

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