MathOptConflictSolver.jl is a basic conflict solver for MathOptInterface.jl.
MathOptConflictSolver.jl
is licensed under the MIT License.
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.
Install MathOptConflictSolver
using Pkg.add
:
import Pkg
Pkg.add(; url = "https://github.com/jump-dev/MathOptConflictSolver.jl")
The documentation for MathOptConflictSolver.jl describes how to use the package.