1trademgen(1) TraDemGen trademgen(1)
2
3
4
6 trademgenInteractive command-line utility for the C++ Simulated Travel
7 Demand Generation Library
8
10 trademgen [--prefix] [-v|--version] [-h|--help] [-b|--builtin]
11 [-i|--input <path-to-input>] [-l|--log <path-to-output-log-file>]
12
14 trademgen is a small interactive program showing how to use the
15 TraDemGen library.
16
17 trademgen accepts the following options:
18
19 --prefix
20 Show the TraDemGen installation prefix.
21
22 -v, --version
23 Print the currently installed version of TraDemGen on the standard
24 output.
25
26 -h, --help
27 Produce that message and show usage.
28
29 -b, --builtin
30 The sample BOM tree can be either built-in or parsed from an input
31 file. That latter must then be given with the -i/--input option.
32
33 -s, --see
34 Seed for the random generation. It allows to reproduce exactly any
35 demand generation.
36
37 -d, --draws Number of runs for the demand generation.
38
39 -G, --demandgeneration Method used to generate the demand (i.e., the
40 booking requests): Poisson Process (P) or Order Statistics (S).
41
42 -i, --input <path-to-input-file>
43 Path (absolute or relative) of the (CSV) input file specifying the
44 demand distributions.
45
46 -o, --output <path-to-output-file>
47 Path (absolute or relative) of the (CSV) output file for the generated
48 booking requests.
49
50 -l, --log <path-to-output-log-file>
51 Path (absolute or relative) of the output log file.
52
53 See the output of the `trademgen --help' command for default options.
54
56 trademgen_generateDemand(1), trademgen_with_db(1), pytrademgen(1),
57 trademgen-config(1), trademgen-library(3)
58
60 Please report any bugs to http://github.com/airsim/trademgen/issues
61
63 Copyright © 2009-2013 Denis Arnaud
64
65 See the COPYING file for more information on the (LGPLv2+) license, or
66 directly on Internet:
67 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
68
69
70
71Version 1.00.4 Sat Jul 27 2019 trademgen(1)