sshin23 / QuadraticModels.jl

Data structures for linear and quadratic optimization problems based on NLPModels.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuadraticModels

Linux/macOS/Windows: CI FreeBSD: Build Status codecov.io Documentation/stable Documentation/dev

A package to model linear and quadratic optimization problems using the NLPModels.jl data structures.

The problems represented have the form

optimize   c₀ + cᵀ x + ½ xᵀ Q x    subject to   L ≤ Ax ≤ U and ℓ ≤ x ≤ u,

where the square symmetric matrix Q is zero for linear optimization problems.

About

Data structures for linear and quadratic optimization problems based on NLPModels.jl

License:Other


Languages

Language:Julia 100.0%