Md Yeakub Hassan

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

アクティビティの概要

Md Yeakub Hassanさんの最近のアクティビティ
  • 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?