Md Yeakub Hassan
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Md Yeakub Hassanによる最近のアクティビティ-
How to use multiplication of variable inside gp.max_() ?
回答済みx is a continuous varibale, and a[] is an array of decision variables. I want to add the following model.addConstr(x == gp.max_(a[0]*1, a[1]*3, a[2]*4)) But I am getting error. How to solve this?