Originally posted by: wj1
Hi ,
forall(d in day,t in time,i in course: i ==2||i==19||i==41||i==43||i==45||i==47||i==58||i==60) sum(j in section) x[j][d][t]<=Nbr_IT_Labs;
This constraint that means if section j assigned at day d at time t for all the d , t and courses that belong to IT courses (number of courses read frome xcel) should be inferior to nbr of IT labs
When i run this constraints it takes more than half an hour , without getting a result.
ANY HELP PLEASE !
#CPLEXOptimizers#DecisionOptimization