< Home - < Back

coin-or-Ipopt


Information about the package, coin-or-Ipopt, which is shipped with common Linux distributions. The coin-or-Ipopt package is designed for, Interior Point OPTimizer.


Package Name:

coin-or-Ipopt

Summary:

Interior Point OPTimizer

Description:

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 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 non-linear and non-convex, 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.

Architecture:

x86_64

Version:

3.12.6

Release:

2.el6

Size:

740 k

Repository:

epel

From Repository:

Licence:

EPL and GPLv2+



Handy Yum Commands for coin-or-Ipopt


Control the coin-or-Ipopt package with the following handy commands outlined below.


Command

Description of Command

yum install coin-or-Ipopt

This command will install coin-or-Ipopt on the server.

yum remove coin-or-Ipopt

This command will un-install coin-or-Ipopt on the server. When you run this command, you will be asked if you are sure that you want to remove coin-or-Ipopt, so you have to manually confirm that you want to do this.

yum -y remove coin-or-Ipopt

This command will un-install coin-or-Ipopt on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove coin-or-Ipopt when using the -y flag.

yum update coin-or-Ipopt

This command will update coin-or-Ipopt to the latest version. When you run this command, you will be asked if you are sure that you want to remove coin-or-Ipopt, so you have to manually confirm that you want to do this.

yum -y update coin-or-Ipopt

This command will update coin-or-Ipopt to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove coin-or-Ipopt when using the -y flag.

yum info coin-or-Ipopt

This command will show you core information about the coin-or-Ipopt package.

yum deplist coin-or-Ipopt

This command will show you the dependencies for coin-or-Ipopt. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update coin-or-Ipopt

This command will check if there is an update waiting on coin-or-Ipopt. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.