< Home - < Back

mp


Information about the package, mp, which is shipped with common Linux distributions. The mp package is designed for, An open-source library for mathematical programming.


Package Name:

mp

Summary:

An open-source library for mathematical programming

Description:

An open-source library for mathematical programming. Features * Reusable high-performance .nl reader * Efficient type-safe C++ API for connecting solvers to AMPL and other systems: source * Interfaces to solvers supporting AMPL extensions for logic and constraint programming: * IBM ILOG CPLEX and CPLEX CP Optimizer (ilogcp) * Gecode * JaCoP * Interfaces to the following solvers: * LocalSolver * Sulum * Interfaces to other solvers via AMPL Solver Library * Cross-platform build support with CMake and continuous integration systems. This includes third-party solvers and libraries (COIN-OR solvers with CMake support are available in the ampl/coin repository). * AMPLGSL, an AMPL function library providing access to the GNU Scientific Library (GSL) functions. See the AMPLGSL documentation. * Database support on Linux and MacOS X. See Database and spreadsheet connection guide. * SMPSWriter, a converter from deterministic equivalent of a two-stage stochastic programming (SP) problem written in AMPL to an SP problem in SMPS format.

Architecture:

x86_64

Version:

3.1.0

Release:

7.20161124git1f3980.el6

Size:

836 k

Repository:

epel

From Repository:

Licence:

MIT and BSD



Handy Yum Commands for mp


Control the mp package with the following handy commands outlined below.


Command

Description of Command

yum install mp

This command will install mp on the server.

yum remove mp

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

yum -y remove mp

This command will un-install mp 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 mp when using the -y flag.

yum update mp

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

yum -y update mp

This command will update mp 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 mp when using the -y flag.

yum info mp

This command will show you core information about the mp package.

yum deplist mp

This command will show you the dependencies for mp. 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 mp

This command will check if there is an update waiting on mp. 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.