Skip to content

jump-dev/DSDP.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSDP

Build Status
Build Status
Codecov branch

Important note: this is still a work on progress. The use of positive semidefinite matrices in linear equality constraints has not been implemented yet so only linear programs can be solved at the moment with DSDP.

Julia wrapper for the DSDP semidefinite programming solver.

Installation

You can install DSDP.jl as follows:

julia> Pkg.add("https://github.com/jump-dev/DSDP.jl.git")
julia> Pkg.build("DSDP")

The Pkg.build command will compile DSDP from source, you will need to install the following dependencies for the compilation to work.

Ubuntu

$ sudo apt-get install build-essential liblapack-dev libopenblas-dev

Windows

Windows support is still a work in progress.

About

Julia wrapper for the DSDP semidefinite programming solver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages