ParametricOptInterface.jl Documentation

ParametricOptInterface.jl (POI for short) is a package written on top of MathOptInterface.jl that allows users to add parameters to a MOI/JuMP problem explicitely.

Installation

To install the package you can use Pkg.add it as follows:

pkg> add ParametricOptInterface

Contributing

When contributing please note that the package follows the JuMP style guide