Md Yeakub Hassan

  • Gurobi-versary
  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Md Yeakub Hassan
  • Md Yeakub Hassan created a post,

    How to use multiplication of variable inside gp.max_() ?

    Answered

    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?