File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ModelAnalyzer.jl
2
2
3
- Experimental package with analysis and debugging tools for JuMP and MOI.
4
-
5
3
[ ![ Build Status] ( https://github.com/jump-dev/ModelAnalyzer.jl/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/jump-dev/ModelAnalyzer.jl/actions?query=workflow%3ACI )
6
-
7
4
[ ![ codecov] ( https://codecov.io/gh/jump-dev/ModelAnalyzer.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/jump-dev/ModelAnalyzer.jl )
8
5
9
- [ ![ dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://jump-dev.github.io/ModelAnalyzer.jl/dev/ )
6
+ [ ModelAnalyzer.jl] ( https://github.com/jump-dev/ModelAnalyzer.jl ) is an
7
+ experimental package with analysis and debugging tools for JuMP and
8
+ MathOptInterface.
9
+
10
+ ## License
11
+
12
+ ` ModelAnalyzer.jl ` is licensed under the [ MIT License] ( https://github.com/jump-dev/MultiObjectiveAlgorithms.jl/blob/main/LICENSE.md ) .
13
+
14
+ ## Getting help
15
+
16
+ If you need help, please ask a question on the [ JuMP community forum] ( https://jump.dev/forum ) .
17
+
18
+ If you have a reproducible example of a bug, please [ open a GitHub issue] ( https://github.com/jump-dev/ModelAnalyzer.jl/issues/new ) .
19
+
20
+ ## Installation
21
+
22
+ Install ` ModelAnalyzer ` using ` Pkg.add ` :
23
+
24
+ ``` julia
25
+ import Pkg
26
+ Pkg. add (; url = " https://github.com/jump-dev/ModelAnalyzer.jl" )
27
+ ```
28
+
29
+ ## Documentation
30
+
31
+ The [ documentation for ModelAnalyzer.jl] ( https://jump.dev/ModelAnalyzer.jl/dev/ )
32
+ describes how to use the package.
You can’t perform that action at this time.
0 commit comments