optimization/ipopt

Interior Point OPTimizer, pronounced I-P-Opt
Directory:
optimization/ipopt (package's history)
Package version:
ipopt-3.13.4r1
Home page:
https://github.com/Ipopt/
License:
eclipse
Source archive:
-https://github.com/coin-or/Ipopt/archive/releases/3.13.4.tar.gzIpopt-releases-3.13.4.tar.gz
Description:
Ipopt (Interior Point OPTimizer, pronounced I-P-Opt) is a software package for large-scale nonlinear optimization. It is designed to find (local) solutions of mathematical optimization problems of the from min f(x) x in R^n s.t. g_L <= g(x) <= g_U x_L <= x <= x_U where f(x): R^n --> R is the objective function, and g(x): R^n --> R^m are the constraint functions. The vectors g_L and g_U denote the lower and upper bounds on the constraints, and the vectors x_L and x_U are the bounds on the variables x. The functions f(x) and g(x) can be nonlinear and nonconvex, but should be twice continuously differentiable. Note that equality constraints can be formulated in the above formulation by setting the corresponding components of g_L and g_U to the same value.
Run dependencies:
gcc-fortran>=3, lapack, libstdc++
Build dependencies:
digest>=20080510, doxygen>=1.5, g++>=3, gcc>=3, latex>=3.14, pax, pkg-config>=0.22, pkg_install>=20110805.12, tnftp>=20130505~ssl
General options:
debug
Produce debugging information for binary programs
c++-compiler alternatives:
g++
Use the GNU C++ compiler
clang++
Use the LLVM C++ compiler
ccache-g++
Use ccache and the GNU C++ compiler
ccache-clang++
Use ccache and the LLVM C++ compiler
c-compiler alternatives:
gcc
Use the GNU C compiler
clang
Use the LLVM C compiler
ccache-gcc
Use ccache and the GNU C compiler
ccache-clang
Use ccache and the LLVM C compiler
fortran-compiler alternatives:
gfortran
Use the GNU fortran compiler
g95
Use the g95 fortran compiler