MathOptAnalyzer.jl
MathOptAnalyzer.jl is an experimental package with analysis and debugging tools for JuMP and MathOptInterface.
License
MathOptAnalyzer.jl
is licensed under the MIT License.
Getting help
If you need help, please ask a question on the JuMP community forum.
If you have a reproducible example of a bug, please open a GitHub issue.
Installation
Install MathOptAnalyzer
using Pkg.add
:
import Pkg
Pkg.add(; url = "https://github.com/jump-dev/MathOptAnalyzer.jl")
Documentation
The documentation for MathOptAnalyzer.jl describes how to use the package.