< Home - < Back

rmol


Information about the package, rmol, which is shipped with common Linux distributions. The rmol package is designed for, C++ library of Revenue Management and Optimisation classes and.


Package Name:

rmol

Summary:

C++ library of Revenue Management and Optimisation classes and

Description:

rmol is a C++ library of Revenue Management and Optimisation classes and functions. Typically, that library may be used by service providers (e.g., airlines offering flight seats, hotels offering rooms, rental car companies offering rental days, broadcasting company offering advertisement slots, theaters offering seats, etc.) to help in optimizing their revenues from seat capacities. Most of the algorithms implemented are public and documented in the following book: The Theory and practice of Revenue Management, by Kalyan T. Talluri and Garrett J. van Ryzin, Kluwer Academic Publishers, 2004, ISBN 1-4020-7701-7 rmol makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions: http://www.boost.org) library is used. Install the rmol package if you need a library of basic C++ objects for Airline Revenue Management (RM), mainly for simulation purpose.

Architecture:

x86_64

Version:

1.00.1

Release:

1.el6

Size:

205 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for rmol


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


Command

Description of Command

yum install rmol

This command will install rmol on the server.

yum remove rmol

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

yum -y remove rmol

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

yum update rmol

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

yum -y update rmol

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

yum info rmol

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

yum deplist rmol

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

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