1rmol_extractBPC(1)          General Commands Manual         rmol_extractBPC(1)
2
3
4

NAME

6       rmol_extractBPCCommand-line utility for the C++ Revenue Management
7       Optimisation Library
8

SYNOPSIS

10       rmol_extractBPC [--prefix] [-v|--version] [-h|--help] [-b|--builtin]
11       [-i|--input <path-to-input>] [-l|--log <path-to-output-log-file>]
12

DESCRIPTION

14       rmol_extractBPC is a small program showing how to use the RMOL library.
15
16       rmol_extractBPC 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_extractBPC --help' command for default
52       options.
53

SEE ALSO

55       rmol(1), rmol-config(1), rmol-library(3)
56

SUPPORT

58       Please report any bugs to http://github.com/airsim/rmol/issues
59
61       Copyright © 2007-2019 Denis Arnaud
62
63       See the COPYING file for more information on the (LGPLv2+) license, or
64       directly on Internet:
65        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
66
67
68
69My Project                      Fri Jan 21 2022             rmol_extractBPC(1)
Impressum