So, we have the problem for $n=2$: minimize $c^Tx$ subject to $x\geq 0$ and $x_1+x_2=1$ and we are asked to visualize the solution (optimal x) for $c=\begin{bmatrix} 1 \\ 1\end{bmatrix}$.
I know that, generally, we have to plot some level sets of $c^Tx$ and find one that intersects the feasible set, and the intersection point will be the optimal one.
But in this case, the feasible set is "lying" on a level set of $c^Tx=x_1+x_2$, so what am i supposed to do?
I also used $cvx$ to solve the problem and got that the optimal point is $x_*=\begin{bmatrix} 0.5 \\ 0.5\end{bmatrix}$ but i do not understand why that happens geometrically.
Any help will be appreciated