Ankit khare
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Ankit khare-
Ankit khare commented,
Thanks for the reply. It worked. I am facing the same problem with one constraint. mdl.add_constraints(ct[g,j1])>= mdl.max(ct[g-1,j1], ct[g,j]) + PT[g-1][j1-1] for f in factory for j in job for j...
-
Ankit khare created a post,
How to write max function in models
AnsweredI have tried Model.addGenConstrMin() and max_ . But couldn't able to run the model. what i want is to write following line of Python-Cplex into Python-Gurobi Python-Cplex - mdl.minimize(mdl.sum(m...