Display during quadprog solution

1 visualización (últimos 30 días)
Ameer Marzok
Ameer Marzok el 29 de Mayo de 2020
Respondida: Rohan Patel el 19 de Jun. de 2020
what is thmeaning of the following line recived during quadprog solution:
Solved 0 variables, 0 equality, and 60 inequality constraints during the presolve.
Does it any give information regarding the matrices size afer the presolve phase?
Thanks,
Ameer

Respuestas (1)

Rohan Patel
Rohan Patel el 19 de Jun. de 2020
Hi Ameer,
quadprog solves quadratic objective functions with linear constraints. presolve is an inbuild module which executes internally while using quadprog, in order to remove redundancies and simplify the problem by solving for components that are straightforward.

Categorías

Más información sobre Quadratic Programming and Cone Programming en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by