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

aldma/OptiMo.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modeling language and tools for constrained, structured optimization problems

Topics

Resources

License

Stars

Watchers

Forks

Languages