Skip to content

[DEPRECATED: rendered useless by MathOptInterface.Bridges] A MathOptInterface extension for Semidefinite programming solvers

License

Notifications You must be signed in to change notification settings

JuliaOpt/SemidefiniteOptInterface.jl

Repository files navigation

This package is deprecated. It was used to reformulate MOI models in the SDPA format but this is now handled by MOI bridges.

SemidefiniteOptInterface (SDOI)

Build Status
Build Status Build Status
Coveralls branch Codecov branch

This package make it easy to implement the API of MathOptInterface for semidefinite programming solver like CSDP, SDPA, DSDP and SDPLR that require the problem to be described in the following form:

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

The well known SDPA file format uses this form but this package communicates to the solver directly and the solver wrappers use the C/C++ API without using a file.

About

[DEPRECATED: rendered useless by MathOptInterface.Bridges] A MathOptInterface extension for Semidefinite programming solvers

Resources

License

Stars

Watchers

Forks

Packages

No packages published