Viviana Arrigoni

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

アクティビティの概要

Viviana Arrigoniさんの最近のアクティビティ
  • 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, ...