I have a Markowitz problem :
Min $x^T*C*x$
$x : {x_1 , x_2 ... x_n}$ is a vector of size $N$
$C$ is a known matrix $[N \times N]$
1) $∑ x_i$ = 1
2) $x_1 < 0 $
I can minimize the function with the first constraint with Excel Solver. I find the optimal $x$ vector.
It doesn't work with the second one (because of the strict inequality) .
I don't know what kind of problem is this, so if someone have a path of research ..
Thanks