Suppose I want to maximize $c^T x$ in two dimensions subject to $x_1+x_2=1, c_1 \neq c_2$.
Then using Lagrange multipliers I get:
$L(x, \lambda)=c_1x_1+c_2x_2-\lambda(x_1+x_2-1)$
But then setting the partial derivatives to $0$, I get $c_1=\lambda$ and $c_2=lambda$, which is inconsistent for $\lambda$.
What is the issue? Thank you!
Your Lagrange function has no stationary points. You required $c_1\neq c_2$. The assumption that a maximiser (minimiser) exists leads to $c_1=c_2$. Thus there are no extrema.