Victor Hinojosa

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 7
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Victor Hinojosaさんの最近のアクティビティ
  • Victor Hinojosaさんがコメントを作成しました:

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

  • Victor Hinojosaさんが投稿を作成しました:

    Tuning process using Python API

    回答済み

    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さんがコメントを作成しました:

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

  • Victor Hinojosaさんがコメントを作成しました:

    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さんが投稿を作成しました:

    Printing Lagrange multipliers

    回答済み

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