Enprimarika Nursari
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Enprimarika Nursari-
from this constraint# 9model.addConstrs(((l[i]/2) <= X[i] for i in N), name='CS13')model.addConstrs((L-(l[i]/2) >= X[i] for i in N), name='CS14')andM = model.addVars(Cobj, vtype = grb.GRB.CONTINUOU...
-
I've already named the constraints one by one, and i got this message Computing Irreducible Inconsistent Subsystem (IIS)... Constraints | Bounds | Runtime M...