How do I make this code in Minizinc?

1

How can I make this code in Minizinc?

Itrieditasfollows:

constraintforall(iinnurse,jinpatientwherej!=1)(start[i]==min(arrive[i,j]+((1-y[i,1,j])*H)-sum(uinpatient)(dist[1,j]*y[i,1,u]),0));

Butyouarereturningthefollowingerror:

"cannot determine bounds"     
asked by anonymous 20.02.2018 / 23:23

0 answers