1trademgen_generateDemand(1)        TraDemGen       trademgen_generateDemand(1)
2
3
4

NAME

6       trademgen_generateDemandCommand-line utility for the C++ Simulated
7       Travel Demand Generation Library
8

SYNOPSIS

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

DESCRIPTION

15       trademgen_generateDemand is a small program showing how to use the
16       TraDemGen library.
17
18       trademgen_generateDemand accepts the following options:
19
20       --prefix
21        Show the TraDemGen installation prefix.
22
23       -v, --version
24        Print the currently installed version of TraDemGen on the standard
25       output.
26
27       -h, --help
28        Produce that message and show usage.
29
30       -b, --builtin
31        The sample BOM tree can be either built-in or parsed from an input
32       file. That latter must then be given with the -i/--input option.
33
34       -s, --see
35        Seed for the random generation. It allows to reproduce exactly any
36       demand generation.
37
38       -d, --draws Number of runs for the demand generation.
39
40       -G, --demandgeneration Method used to generate the demand (i.e., the
41       booking requests): Poisson Process (P) or Order Statistics (S).
42
43       -i, --input <path-to-input-file>
44        Path (absolute or relative) of the (CSV) input file specifying the
45       demand distributions.
46
47       -o, --output <path-to-output-file>
48        Path (absolute or relative) of the (CSV) output file for the generated
49       booking requests.
50
51       -l, --log <path-to-output-log-file>
52        Path (absolute or relative) of the output log file.
53
54       See the output of the `trademgen_generateDemand --help' command for
55       default options.
56

SEE ALSO

58       trademgen(1), trademgen_with_db(1), pytrademgen(1), trademgen-
59       config(1), trademgen-library(3)
60

SUPPORT

62       Please report any bugs to http://github.com/airsim/trademgen/issues
63
65       Copyright © 2009-2013 Denis Arnaud
66
67       See the COPYING file for more information on the (LGPLv2+) license, or
68       directly on Internet:
69        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
70
71
72
73Version 1.00.4                  Fri Jan 31 2020    trademgen_generateDemand(1)
Impressum