Originally posted by: Abdelraheem
I am trying to solve a LP problem with the following constraint
where x and y are the binary decision variables
I for every j I need to calculate (x *y * R * eita * B_ch *PU ) then divide it by the sum of ones in the x matrix for the current value of I and k , then sum over all values of I and k
I always receive error that CPLEX cannot extract the expression
any help please
#DecisionOptimization#OPLusingCPLEXOptimizer