Originally posted by: Pylo
How can i determine the minimum of two values in a constraint? My attempt with MIN(arguement,arguement) gives back the error " Die Funktion MIN(int,int) ist nicht vorhanden"(The function MIN(int,int) is not available).
Here you can see the constraint:
NB:forall(j in Gruppe,i in AG[j],t in Periode)
sum(tt in Periode:tt==t&&tt<=MIN(t+6-1,AnzahlPerioden))X[i][j]
tt>=MIN(6,AnzahlPerioden-t+1)*YSchicht[j][i]
tt;
It would be great if someone can help me. ;)
#CPLEXOptimizers#DecisionOptimization