quadratic objective function with linear constraints.

139 Views Asked by At

What are the efficient methods for solving quadratic objective function with linear constraints.

1

There are 1 best solutions below

0
On

That's an impossible question to answer. Commercial solvers include an array of implementations, as "best" depends on the problem structure, size, sparsity, numerical properties etc. Primal-dual (or primal or dual) active-set and interior-point methods are typical generic choices.