math/ipopt - The NetBSD Packages Collection

Interior Point OPTimizer

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.

Build dependencies

devel/libtool-fortran devel/libtool-base pkgtools/mktools devel/pkgconf pkgtools/cwrappers

Runtime dependencies

math/lapack lang/gcc7 math/lapack lang/gcc7

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64Ipopt-3.11.5nb1.tgz
NetBSD 10.0aarch64Ipopt-3.11.5nb1.tgz
NetBSD 10.0aarch64Ipopt-3.11.5nb1.tgz
NetBSD 10.0aarch64ebIpopt-3.11.5nb1.tgz
NetBSD 10.0aarch64ebIpopt-3.11.5nb1.tgz
NetBSD 10.0earmv7hfIpopt-3.11.5nb1.tgz
NetBSD 10.0earmv7hfIpopt-3.11.5nb1.tgz
NetBSD 10.0earmv7hfIpopt-3.11.5nb1.tgz
NetBSD 10.0i386Ipopt-3.11.5nb1.tgz
NetBSD 10.0i386Ipopt-3.11.5nb1.tgz
NetBSD 10.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 10.0x86_64Ipopt-3.11.5nb1.tgz
NetBSD 10.0_BETAx86_64Ipopt-3.11.5nb1.tgz
NetBSD 8.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 8.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 8.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 8.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 8.0x86_64Ipopt-3.11.5nb1.tgz
NetBSD 8.0x86_64Ipopt-3.11.5nb1.tgz
NetBSD 8.0x86_64Ipopt-3.11.5nb1.tgz
NetBSD 9.0aarch64Ipopt-3.11.5nb1.tgz
NetBSD 9.0aarch64Ipopt-3.11.5nb1.tgz
NetBSD 9.0aarch64Ipopt-3.11.5nb1.tgz
NetBSD 9.0alphaIpopt-3.11.5nb1.tgz
NetBSD 9.0earmv7hfIpopt-3.11.5nb1.tgz
NetBSD 9.0earmv7hfIpopt-3.11.5nb1.tgz
NetBSD 9.0earmv7hfIpopt-3.11.5nb1.tgz
NetBSD 9.0i386Ipopt-3.11.5nb1.tgz
NetBSD 9.0i386Ipopt-3.11.5nb1.tgz
NetBSD 9.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 9.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 9.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 9.0powerpcIpopt-3.11.5nb1.tgz
NetBSD 9.0sparc64Ipopt-3.11.5nb1.tgz
NetBSD 9.0x86_64Ipopt-3.11.5nb1.tgz
NetBSD 9.0x86_64Ipopt-3.11.5nb1.tgz
NetBSD 9.3x86_64Ipopt-3.11.5nb1.tgz
NetBSD 9.3x86_64Ipopt-3.11.5nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.