[go: up one dir, main page]

Menu

[85d155]: / rmol / man / rmol.3  Maximize  Restore  History

Download this file

31 lines (30 with data), 969 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH RMOL 3 "Revenue Management Optimisation Library" "RMOL Team" \" -*- nroff -*-
.SH NAME
rmol - Revenue Management Optimisation Library
.SH SYNOPSIS
#include <rmol/...>
.SH DESCRIPTION
The Revenue Management Optimisation Library (RMOL) is a collection of
routines for revenue management calculations. The routines are written from
scratch by the RMOL team in C++, and present a modern Applications
Programming Interface (API) for C/C++ programmers, allowing wrappers to be
written for very high level languages.
.PP
The library covers the following areas,
.TP
.nf
.BR
Forecast
Single Resource Optimisation
Multiple Resource (Network / O&D) Optimisation
Overbooking
.fi
.PP
For more information please consult the RMOL Reference Manual, which is
available as an info file. You can read it online using the shell
command
.B info rmol-ref
(if the library is installed).
.PP
Please report any bugs to
.B https://sourceforge.net/tracker/?group_id=177703&atid=882290.