I have the problem describe below
http://i.stack.imgur.com/RGGum.png
I need to find value of x1', x2', x3', x4', x5' that make
(x1-x1')^2+(x2-x2')^2+(x3-x3')^2+(x4-x4')^2+(x5-x5')^2 = mininum value
and
x1' + x2' + x3' + x4' + x5' = 1
x1 + x2 + x3 + x4 + x5 = 1
Note: we know value of a, b, c, d, e, x1, x2, x3, x4, x5
Would anyone help me in this case?
I have tried with google/or-tools library but can't add condition to find minimum value.