SlackBuilds Repository

15.0 > Libraries > Ipopt (3.14.14)

Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt)

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 in the form:

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.

This requires: lapack

Maintained by: Juan M. Lasca
Keywords: Ipopt,optimization,non-linear optimization,math,science
ChangeLog: Ipopt

Homepage:
https://github.com/coin-or/Ipopt

Source Downloads:
Ipopt-releases-3.14.14.tar.gz (75c288ff392e95db0ac6b296b2b3b367)

Download SlackBuild:
Ipopt.tar.gz
Ipopt.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
Ipopt.SlackBuild
Ipopt.info
README
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds