Originally posted by: A.Omidi
Dear Mr. Fleischer
I have a question about the nonlinear term in the objective function. my model has below condition:
float ct[i]=...;
float w[i,k,s]=...;
dvar int s[i,k,s] in 0..1;
dvar float+ cd[i];
dvar float+ ddi[i];
dexpr float z = sum(i in order, j in station, k in type, t in horizon) s[i,k,s]*1/w[i,k,s]*ct[i]*ABS(cd[i]-dd[i]);
please let me know, how can I linearization of product positive continue variable and binary variable regards ABS term?
Best regards
#DecisionOptimization#OPLusingCPLEXOptimizer