Bojing Jia
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Bojing Jiaさんの最近のアクティビティ-
Bojing Jiaさんがコメントを作成しました:
Is this possible for a matrix? ie. m = gp.Model("example")N = 10x = m.addMVar(N, vtype=GRB.CONTINUOUS, name='x')for i in range(N): x[i].lb = 5 For reasons that are unclear to me, this returns th...