I am interested in the linear least square problem with the solution constrained to the closed standard simplex:
$$ \min_x \|Ax-b\|^2$$ subject to $x_i \ge 0$ and $\| x \|_1 = 1$.
More precisely, I want to know which conditions on $A$ provides a unique solution to the problem.
I found conditions on the rank of $A$ for equality constraints from chapter 5 of Numerical methods for least square problems by Ake Bjorck, but I don't know if they apply to my case.