Shahin Parvar

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

アクティビティの概要

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

    Hello, I am facing the same problem and can't the dual value that I get as None for all constraints, I am wondering after:  model.dual = Suffix(direction=Suffix.IMPORT) How should I exactly extract...

  • Shahin Parvarさんがコメントを作成しました:

    This is my result: resultsOut[58]: {'Problem': [{'Name': 'x1', 'Lower bound': -59236.27041095889, 'Upper bound': -59236.270410958896, 'Number of objectives': 1, 'Number of constraints': 3908, 'Numb...

  • Shahin Parvarさんが投稿を作成しました:

    Gurobi Solver plugin

    ユーザーの入力を待っています。

    Hello All,  I am running my optimization problem on Pyomo, and trying to get the dual variables of my constraints by using:  model_Bi.dual = Suffix(direction=Suffix.IMPORT_EXPORT) However, I get th...