JuliaOpt/SemidefiniteOptInterface.jl

Name: SemidefiniteOptInterface.jl

Owner: JuliaOpt

Description: A MathOptInterface extension for Semidefinite programming solvers

Created: 2017-07-18 17:05:16.0

Updated: 2018-04-27 13:07:57.0

Pushed: 2018-04-27 13:07:55.0

Homepage: null

Size: 93

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

?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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.