Skip to content

Commit d9ea0dc

Browse files
authored
Various minor tweaks to the README (#316)
1 parent ddb2b18 commit d9ea0dc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
# SCIP.jl
22

3-
[![Build Status](https://github.com/scipopt/SCIP.jl/workflows/CI/badge.svg?branch=master)](https://github.com/scipopt/SCIP.jl/actions?query=workflow%3ACI)
3+
[![Build Status](https://github.com/scipopt/SCIP.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/scipopt/SCIP.jl/actions?query=workflow%3ACI)
44
[![codecov](https://codecov.io/gh/scipopt/SCIP.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/scipopt/SCIP.jl)
55

66
[SCIP.jl](https://github.com/scipopt/SCIP.jl) is a Julia interface to the
77
[SCIP](https://scipopt.org) solver.
88

9+
It has two components:
10+
11+
- a thin wrapper around the complete C API
12+
- an interface to [MathOptInterface](https://github.com/jump-dev/MathOptInterface.jl)
13+
914
## Affiliation
1015

1116
This wrapper is maintained by the [SCIP project](https://www.scipopt.org/) with
1217
the help of the JuMP community.
1318

19+
## Getting help
20+
21+
If you need help, please ask a question on the [JuMP community forum](https://jump.dev/forum).
22+
23+
If you have a reproducible example of a bug, please [open a GitHub issue](https://github.com/scipopt/SCIP.jl/issues/new).
24+
1425
## License
1526

1627
`SCIP.jl` is licensed under the [MIT License](https://github.com/scipopt/SCIP.jl/blob/master/LICENSE).

0 commit comments

Comments
 (0)