./math/ipopt, Interior Point OPTimizer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q2, Version: 3.11.5, Package name: Ipopt-3.11.5, Maintainer: asau

Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt)
is a software package for large-scale nonlinear optimization.
It is designed to find (local) solutions of mathematical
optimization problems of the form

min_{x in R^n} f(x)

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.

Ipopt is part of the COIN-OR Initiative.


Required to run:
[lang/g95] [math/blas] [math/lapack]

Required to build:
[devel/libtool-fortran]

Master sites:

SHA1: 66e3ae03179ba7541a478d185b256f336159fc6d
RMD160: 9fc02e86f9d69a85e77c492ade30df23dba8afc7
Filesize: 4632.198 KB

Version history: (Expand)