How can I write a binary variable as a parameter using python docplex?
Y[k,m,t]=(1, if participant will have meal m in restaurant k on day t
0, otherwise)
How can I write a binary variable as a parameter using python docplex?
Y[k,m,t]=(1, if participant will have meal m in restaurant k on day t
0, otherwise)