Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 597 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 597 Bytes

OptiMo.jl

OptiMo is a Julia module providing a modeling tool for mathematical optimization.

An AbstractOptiModel represents problems in the form

    optimize     f(x) + g(x)
     x ∈ Rⁿ
   subject to    c(x) ∈ S

where f(x): Rⁿ --> R is a smooth objective function, g(x): Rⁿ --> R ∪ ∞ is a proximable objective function, c(x): Rⁿ --> Rᵐ are the constraint functions, and S ⊆ Rᵐ is a closed set.

See also