Md Yeakub Hassan
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Md Yeakub Hassan-
How to use multiplication of variable inside gp.max_() ?
Answeredx 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?