Popularity
37 Stars
Updated Last
1 Year Ago
Started In
October 2016

PolyJuMP.jl

Build Status codecov

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.