Display during quadprog solution

조회 수: 1 (최근 30일)
Ameer Marzok
Ameer Marzok 2020년 5월 29일
답변: Rohan Patel 2020년 6월 19일
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

답변 (1개)

Rohan Patel
Rohan Patel 2020년 6월 19일
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.

카테고리

Help CenterFile Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by