A quadratic programming model
A quadratic programming model is an optimization model with n decision variables and m linear constraints, and of the form: Minimize Z=12xTQx+cTxSubject to: Ax≥bx≥0 Where x is the n by 1 column vector of decision variables and xT is its transpose, Q is an n by n symmetric matrix of the objective parameters, c is …