Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 917 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 917 Bytes

SemidefiniteModels

Build Status Build status Coverage Status codecov.io

This package extends MathProgBase with SDModel representing a semidefinite programming problem in the following form

max ⟨C, X⟩            min ⟨b, y⟩
    ⟨A_i, X⟩ = b_i        ∑ A_i y_i ⪯ C
          X  ⪰ 0