I deal with a Mixed Integer Quadratic problem in my thesis. The objective function is quadratic and nonconvex with linear constraints. The objective function contains several terms which are the product of two continuous variables and these terms in the objective function makes it nonconvex. The objective function has the following pattern: $$\sum x_i^2 -\sum x_i y_i+ \sum z_j$$
I want to know about the methods for linearization.