Md Raqibul Hasan PRINCE

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

投稿

Md Raqibul Hasan PRINCEによる最近のアクティビティ 最近のアクティビティ 投票
  • How to combine decision variables?

    回答済み

    x = m.addMVar(shape = 3, vtype=GRB.BINARY)y = m.addMVar(shape = 4, vtype=GRB.INTEGER)Is there any way to combine these two decision variables in one and make it shape = 7?TIA