This question is an exact duplicate of:
- Convexity of a function [migrated] 1 answer
Consider the following optimization problem:
Min$_{x}$ $\qquad \sum_{(i,j,t,s)\in I_r}||x_ix_j-x_tx_s||^2$
S.t.: $\qquad x\in \mathcal{C} ;$
where $x=(x_1,x_2,...x_n)$ and $\quad x_j\geq 0\;\; j=1,2,...,n$
Here, $\mathcal{C}$ is a convex set and $I_r$ is a polynomial sized index set.
Can this problem be solved in polynomial time?