Convex optimization problem
1 Convex optimization problem
Note, that there is an agreement in notation of mathematical programming. The problems of the following type are called Convex optimization problem:
\begin{split} & f_0(x) \to \min\limits_{x \in \mathbb{R}^n}\\ \text{s.t. } & f_i(x) \leq 0, \; i = 1,\ldots,m\\ & Ax = b, \end{split} \tag{COP}
where all the functions f_0(x), f_1(x), \ldots, f_m(x) are convex and all the equality constraints are affine. It sounds a bit strange, but not all convex problems are convex optimization problems.
\tag{CP} f_0(x) \to \min\limits_{x \in S},
where f_0(x) is a convex function, defined on the convex set S. The necessity of affine equality constraint is essential.
Such confusion in notation is sometimes being avoided by naming problems of type \text{(CP)} as abstract form convex optimization problem.