Being $A$ a symmetric matrix in
min $c^Tx$
subject to $Ax \geqslant c$
$x \geqslant 0$
I need to show that, if $x^*$ satisfies $Ax^*=c$ and $x^*>0$, so $x^*$ is an optimal solution.
I've tried to show it by the Complementary Slackness Theorem and got stuck in the second equation $(c_j-p^TA_j)x_j=0, \forall j$, since I have no information about $p$, the solution of the dual problem. So, can I go further in this way or there is a better option to show it?