Arif Ahmed
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Arif Ahmed-
Arif Ahmed commented,
I get the same error with the first syntax, i.e. "name 'max_ ' not defined' Could it be a limitation of the editor I am using?
-
Arif Ahmed commented,
Thank you very much. The first syntax does not work for me but the second one does.
-
Arif Ahmed created a post,
How can I make my constraint choose the max value?
AnsweredI have defined x[t], y[t], z[t], and I would like a set of constraints over time such that for t in range (0,100) m.addConstr(x[t], gurobipy.GRB.EQUAL, max_(y[t],z[t])) However, I am getting th...
-
Arif Ahmed created a post,
Unbounded solution when I put a lower bound other than 0.
Hi, I am working on a MILP problem. I have a continuous variable x. I have an upperbound on the variable of around 450000 and a lower bound of 0. The problem solves nice and well. As soon as I ch...