Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Sep 20, 2019
1 parent 3d3034b commit a5c4464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Status](https://travis-ci.com/ericphanson/SDPAFamily.jl.svg?branch=master)](http
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://ericphanson.github.io/SDPAFamily.jl/dev)

An interface to using SDPA-GMP, SDPA-DD, and SDPA-QD in Julia
(<http://sdpa.sourceforge.net>). This package is not yet registered in the
General registry. To install, type `]` in the Julia command prompt, then execute
(<http://sdpa.sourceforge.net>). This package is registered in the
General registry; to install, type `]` in the Julia command prompt, then enter

```julia
pkg> add https://github.com/ericphanson/SDPAFamily.jl
pkg> add SDPAFamily
```

Call `SDPAFamily.Optimizer()` to use this wrapper via `MathOptInterface`, which
Expand Down

0 comments on commit a5c4464

Please sign in to comment.