Tetiana Parshakova

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

アクティビティの概要

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

    gurobi python zero arrays with some entries variables

    回答済み

    is it possible in gurobi to have a variable that is zero matrix with some entries being scalar gurobi expressions? eg, the code Q = np.diag([1, 2, 3]) A = np.array([ [1, 2, 3], [1, 1, 0] ]) b = np...