Skip to content

Commit 9b45e62

Browse files
committed
Fix badges
1 parent d333980 commit 9b45e62

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project.*
1212

1313
| **Build Status** |
1414
|:----------------:|
15-
| [![Build Status][build-img]][build-url] [![Build Status][winbuild-img]][winbuild-url] |
15+
| [![Build Status][build-img]][build-url] |
1616
| [![Codecov branch][codecov-img]][codecov-url] |
1717

1818
The original algorithm is described by
@@ -134,3 +134,8 @@ Name |
134134
`perturbobj` | The `perturbobj` parameter determines whether the objective function will be perturbed to help deal with problems that have unbounded optimal solution sets. If `perturbobj` is `0`, then the objective will not be perturbed. If `perturbobj` is `1`, then the objective function will be perturbed by a default amount. Larger values of `perturbobj` (e.g. `100`) increase the size of the perturbation. This can be helpful in solving some difficult problems. | `1` |
135135
`fastmode` | The `fastmode` parameter determines whether or not CSDP will skip certain time consuming operations that slightly improve the accuracy of the solutions. If `fastmode` is set to `1`, then CSDP may be somewhat faster, but also somewhat less accurate | `0` |
136136
`printlevel` | The `printlevel` parameter determines how much debugging information is output. Use a `printlevel` of `0` for no output and a `printlevel` of `1` for normal output. Higher values of printlevel will generate more debugging output | `1` |
137+
138+
[build-img]: https://github.com/jump-dev/CSDP.jl/workflows/CI/badge.svg?branch=master
139+
[build-url]: https://github.com/jump-dev/CSDP.jl/actions?query=workflow%3ACI
140+
[codecov-img]: http://codecov.io/github/jump-dev/CSDP.jl/coverage.svg?branch=master
141+
[codecov-url]: http://codecov.io/github/jump-dev/CSDP.jl?branch=master

0 commit comments

Comments
 (0)