File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# SCIP.jl
2
2
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 )
4
4
[ ![ codecov] ( https://codecov.io/gh/scipopt/SCIP.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/scipopt/SCIP.jl )
5
5
6
6
[ SCIP.jl] ( https://github.com/scipopt/SCIP.jl ) is a Julia interface to the
7
7
[ SCIP] ( https://scipopt.org ) solver.
8
8
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
+
9
14
## Affiliation
10
15
11
16
This wrapper is maintained by the [ SCIP project] ( https://www.scipopt.org/ ) with
12
17
the help of the JuMP community.
13
18
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
+
14
25
## License
15
26
16
27
` SCIP.jl ` is licensed under the [ MIT License] ( https://github.com/scipopt/SCIP.jl/blob/master/LICENSE ) .
You can’t perform that action at this time.
0 commit comments