RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
Users Guide

Table of Contents

Introduction

The RMOL library contains classes for revenue management. This document does not cover all the aspects of the RMOL library. It does however explain the most important things you need to know in order to start using RMOL.

Get Started

Get the RMOL library

Build the RMOL project

To run the configuration script the first time, go to the top directory (where the RMOL package has been un-packed), and issue the following command:

  • mkdir -p build && cd build && cmake ..
  • make
Note:
The RMOL project can either be cloned from the Git Repository or downloaded as a tar-ball package from the Sourceforge Web site.

Build and Run the Tests

Install the RMOL Project (Binaries, Documentation)

Exploring the Predefined BOM Tree

RMOL predefines a BOM (Business Object Model) tree specific to the airline IT arena.

Forecaster BOM Tree

Optimiser BOM Tree

Extending the BOM Tree