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"