Michael Choy
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by Michael Choy-
gurobipy.Model.addGenConstrMin() Invalid data in vars array
AnsweredI was trying to introduce a constraint in my model as follow, where m is a constant (say 100) and n / y are decision variables y[i,d] = min_{j} (m[i,j] * n[i,j,d]) for i for d I tried both of the...