qpsolvers/qpbenchmark

Conversion to SOCP limits performance of ECOS

オープン

#60 opened on 2023/02/24

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (19 件のフォーク)auto 404
fairnesshelp wanted

Repository metrics

Stars
 (181 個のスター)
PR merge metrics
 (PR metrics pending)

説明

As @bodono pointed out in https://github.com/qpsolvers/qpsolvers_benchmark/issues/58#issuecomment-1443914166, socp_from_qp relies on NumPy's implementation, which in turns require the matrix to be positive definite.

This requirement comes from the conversion, not from the underlying conic solvers. This yields a https://github.com/qpsolvers/qpsolvers_benchmark/labels/fairness issue since failing to solve the problem is no fault of the solver itself.

コントリビューターガイド