Quadratic Programming Problem

Quadratic programming is a problem of optimizing a quadratic function of several variables subject to linear constraints on these variables.

A quadratic programming problem aims at finding minimum of a quadratic function:

Under the constraints:

Where:

NOTE. To solve quadratic programming task, you should execute integration with LPSolve.

See also:

Library of Methods and Models | ISmQuadraticProgramming