Skip to content

Commit 5af11e3

Browse files
committed
Revert "Fix README"
This reverts commit 74d2670.
1 parent 47953f0 commit 5af11e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This package make it easy to implement the API of [MathOptInterface](https://github.com/JuliaOpt/MathOptInterface.jl) for semidefinite programming solver like [CSDP](https://github.com/JuliaOpt/CSDP.jl), [SDPA](https://github.com/blegat/SDPA.jl), [DSDP](https://github.com/joehuchette/DSDP.jl) and [SDPLR](https://github.com/blegat/SDPLR.jl) that require the problem to be described in the following form:
99
```
1010
max ⟨C, X⟩ min ⟨b, y⟩
11-
⟨A_i, X⟩ = b_i ∑ A_i y_i C
11+
⟨A_i, X⟩ = b_i ∑ A_i y_i C
1212
X ⪰ 0
1313
```
1414
The well known [SDPA file format](http://plato.asu.edu/ftp/sdpa_format.txt) uses this form but this package communicates to the solver directly and the solver wrappers use the C/C++ API without using a file.

0 commit comments

Comments
 (0)