Hi,
I am a beginner in C++ but need to code a problem as soon as I can.
At this step I want to code the objective function below with some constraints.
I'm not sure how I should write this formulation in a program:
min SUMj (Mj.Yj) + alpha.SUMa (Xa.Ta(Xa))+ SUMa (Ca.Za)
Can anyone help me with coding this?
Thanks
can you elaborate more on : What is min, Mj , Yk , alpha, Xa ,Ca ,Za ie all the parameters ?