Yannik Strieben

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

投稿

Yannik Striebenによる最近のアクティビティ 最近のアクティビティ 投票
  • Matrixmultiplication with decisionmatrix

    回答済み

    Hello, in my optimization problem there is a decisionmatrix and two numpy arrays, initialized as follows x = m.addMVar((3, 3), vtype=GRB.INTEGER, name="x")a = np.ones((3, 3))b = np.ones((3, 3)) Eve...