PolyJuMP.jl
PolyJuMP.jl is a JuMP extension for formulating and solving polynomial optimization problems.
These problems can then be solved using SumOfSquares.jl.
License
PolyJuMP.jl
is licensed under the MIT license.
Installation
Install PolyJuMP
using Pkg.add
:
import Pkg
Pkg.add("PolyJuMP")
Documentation
Documentation for PolyJuMP.jl
is included in the documentation for SumOfSquares.jl.