1rmol(1My) rmol(1My)
2
3
4
6 rmol - Command-line utility for the C++ Revenue Management Optimisation
7 Library
8
10 rmol [--prefix] [-v|--version] [-h|--help] [-b|--builtin] [-i|--input
11 <path-to-input>] [-l|--log <path-to-output-log-file>]
12
14 rmol is a small program showing how to use the RMOL library.
15
16 rmol accepts the following options:
17
18 --prefix
19 Show the RMOL installation prefix.
20
21 -v, --version
22 Print the currently installed version of RMOL on the standard output.
23
24 -h, --help
25 Produce that message and show usage.
26
27 -d, --draws
28 Number of to-be-generated random draws.
29
30 -c, --capacity
31 Resource capacity (e.g., for a flight leg-cabin).
32
33 -m, --method
34 Revenue Management method to be used (0 = Monte-Carlo, 1 = Dynamic
35 Programming, 2 = EMSR, 3 = EMSR-a, 4 = EMSR-b)
36
37 -b, --builtin
38 The leg-cabin set up can be either built-in or parsed from an input
39 file. That latter must then be given with the -i/--input option. In any
40 case, a sample ('dummy') BOM tree is built from hard-coded parameters
41 to wrap the leg-cabin set-up and allow the usage of classical StdAir
42 API (e.g, stdair::BomDisplay::csvDisplay()).
43
44 -i, --input <path-to-input-file>
45 Path (absolute or relative) of the (CSV) input file specifying the
46 demand distribution parameters and resource (leg-cabin) capacities.
47
48 -l, --log <path-to-output-log-file>
49 Path (absolute or relative) of the output log file.
50
51 See the output of the `rmol --help' command for default options.
52
54 rmol-config(1), rmol-library(3)
55
57 Please report any bugs to http://github.com/airsim/rmol/issues
58
60 Copyright © 2009-2019 Denis Arnaud
61
62 See the COPYING file for more information on the (LGPLv2+) license, or
63 directly on Internet:
64 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
65
66
67
68 Project" rmol(1My)