Simon Dieck

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

アクティビティの概要

Simon Dieckさんの最近のアクティビティ
  • Simon Dieckさんが投稿を作成しました:

    Issue with dual values for continuous model

    回答済み

    I have a continuous model with a linear objective function with a minimization sense. My expectation of duality would be that given: total = 0for c in rm.getConstrs():    total += c.RHS * c.Pi "tot...