Consider the following optimization problem:
$Min \qquad C^TX$
S.t.: $\qquad AX=0;$
$x_ix_j=x_kx_t$$\quad $for some $i\neq j\neq k\neq t$
$X=(x_1,x_2,...x_n)$ and $\quad x_j\geq 0\;\; j=1,2,...,n$
Here $C=(c_1,c_2,...,c_n), c_i\geq 0$ and $A$ is the adjacency matrix.
-Is this problem convex? -Can it be solved in polynomial time?