Skip to content

JuliaOpt/SemidefiniteModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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