Skip to content

Commit c4e97e3

Browse files
authored
Remove warnings in README (#34)
1 parent d23fd80 commit c4e97e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[![Build Status](https://github.com/jump-dev/DSDP.jl/workflows/CI/badge.svg?branch=master)](https://github.com/jump-dev/DSDP.jl/actions?query=workflow%3ACI)
44
[![codecov](https://codecov.io/gh/jump-dev/DSDP.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jump-dev/DSDP.jl)
55

6-
**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.
7-
86
[DSDP.jl](https://github.com/jump-dev/DSDP.jl) is a wrapper for the
97
[DSDP](http://www.mcs.anl.gov/hs/software/DSDP/) solver.
108

@@ -57,7 +55,7 @@ List of supported objective functions:
5755
List of supported variable types:
5856

5957
* [`MOI.Nonnegatives`](@ref)
60-
* [`MOI.PositiveSemidefiniteConeTriangle`](@ref) (**only** on this PR at the moment: https://github.com/jump-dev/DSDP.jl/pull/29)
58+
* [`MOI.PositiveSemidefiniteConeTriangle`](@ref)
6159

6260
List of supported constraint types:
6361

0 commit comments

Comments
 (0)