Arif Ahmed
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Arif Ahmed-
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...
-
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...