Skip to content

Commit a935ab2

Browse files
committed
Release 0.2.0.
1 parent fbcdcd0 commit a935ab2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MathOptChordalDecomposition"
22
uuid = "691ff971-50ce-4a2e-a182-eb537bf792c3"
3-
authors = ["Richard Samuelson <[email protected]>"]
4-
version = "0.1.0"
3+
authors = ["Richard Samuelson <[email protected]>"]
4+
version = "0.2.0"
55

66
[deps]
77
CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Change `SCS` for any other conic solver that supports semidefinite constraints.
4040
The `sdplib` directory contains four semidefinite programming problems from the
4141
[SDPLIB library](https://github.com/vsdp/SDPLIB).
4242

43-
The function `construct_model`, defined below, reads one of the problems and
43+
The function `main`, defined below, reads one of the problems and
4444
constructs a [JuMP.jl](https://github.com/jump-dev/JuMP.jl) model.
4545

4646
For this example, it is significantly faster to solve the problem with

0 commit comments

Comments
 (0)