Skip to content

Commit 9218073

Browse files
committed
Update README.
1 parent 7e412bd commit 9218073

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
@@ -5,7 +5,7 @@ sparse semidefinite constraints.
55

66
## Basic Usage
77

8-
The `sdplib` directory contains three semidefinite programming problems from the [SDPLIB library](https://github.com/vsdp/SDPLIB). The function `construct_model`, defined below, reads one of the problems and constructs a [JuMP.jl](https://github.com/jump-dev/JuMP.jl) model.
8+
The `sdplib` directory contains four semidefinite programming problems from the [SDPLIB library](https://github.com/vsdp/SDPLIB). The function `construct_model`, defined below, reads one of the problems and constructs a [JuMP.jl](https://github.com/jump-dev/JuMP.jl) model.
99

1010
```julia-repl
1111
julia> using FileIO, LinearAlgebra, JuMP

0 commit comments

Comments
 (0)