Viviana Arrigoni

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

投稿

Viviana Arrigoniによる最近のアクティビティ 最近のアクティビティ 投票
  • how to getVar of MVar s?

    回答済み

    Hi, I'm using gurobi in python to solve an optimization problem.I got two array variables, val1 and val2, initialized as follows: val1 = m.addMVar(n, lb=0.0, ub=GRB.INFINITY, vtype=GRB.CONTINUOUS, ...