1rmol-library(3My) rmol-library(3My)
2
3
4
6 rmol-library - C++ Revenue Management Optimisation Library
7
9 #include <rmol/...>
10
12 The Revenue Management Optimisation Library (RMOL) is a collection of
13 routines for revenue management calculations. The routines are written
14 from scratch by the RMOL team in C++, and present a modern Applications
15 Programming Interface (API) for C/C++ programmers, allowing wrappers to
16 be written for very high level languages.
17
18 The library covers the following areas:
19
20 • Forecast
21
22 • Single Resource Optimisation
23
24 • Multiple Resource (Network / O&D) Optimisation
25
26 • Overbooking
27
29 rmol(1), rmol-config(1)
30
32 Please report any bugs to http://github.com/airsim/rmol/issues
33
35 Copyright © 2007-2019 Denis Arnaud
36
37 See the COPYING file for more information on the (LGPLv2+) license, or
38 directly on Internet:
39 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
40
41
42
43 Project" rmol-library(3My)