Consider the following minimization problem,
$$\min_{x\in \mathbb{R}^2} (x_1-x_2^2) \text{ subject to } -x_1^2-x_2^2+2x_1\geq 0.$$
I am asked to find "feasible directions" from the point $(x_1,x_2)=(0,0).$ That is, directions along which the objective decreases.
My notes say the set of feasible directions at a point $x$ is given by:
$$\{ s | <s,\nabla c_i(x)> = 0 \text{ for each equality constraint } c_i, (<s, \nabla c_i(x)>) \geq 0 \text { for each active inequality constraint at } x\} .$$
Are these directions enough to ensure a decrease in the objective? Or do I need to add the condition that $(<s,\nabla f(x)>) < 0$ to ensure that $s$ is descent?