Go to the source code of this file.
Classes | |
class | QuadraticMinimizeConstrained |
This form function represents a constrained quadratic objective function: minimize f(x) = val + {i=1}^N (x_i - a_i)^2 Subject to the equality constraint: c_e(x) = {i=1}^N x_i - c_{total} = 0 where val is the input objective value, a_i is the input solution, and c_total is the equality sum constant. More... | |