Display during quadprog solution

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 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeQuadratic Programming and Cone Programming についてさらに検索

製品

タグ

質問済み:

2020 年 5 月 29 日

回答済み:

2020 年 6 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by