Originally posted by: fischer_07
i send you the model, the model was running well, but then when i added the next two restriction...:
forall(k in J, i in 1..periodos:i<=22){
((1-R[k,i])+(1-R[k,i+1])+(1-R[k,i+2]))/3==1-W[k,i];
}
forall(k in J, i in 1..periodos){
Y[k,i]<=1-R[k,i];
}
appeared the message
"Row 'id660' infeasible, all entries at implied bounds.
Presolve time = 0.03 sec.
"
I really appreciate all the help that you can give me.
PD. the file "produccion mod" is the archive. mod, and "produccion file dat" is the archive.dat, i didnt know why i cant upload the model in a archive .rar
#DecisionOptimization#OPLusingCPLEXOptimizer