trademgen_generateDemand (1) - Linux Manuals

NAME

trademgen_generateDemand -

  Command-line utility for the C++ Simulated Travel Demand Generation Library

SYNOPSIS

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

DESCRIPTION

trademgen_generateDemand is a small program showing how to use the TraDemGen library.

trademgen_generateDemand accepts the following options:

--prefix

 Show the TraDemGen installation prefix.

-v, --version

 Print the currently installed version of TraDemGen on the standard output.

-h, --help

 Produce that message and show usage.

-b, --builtin

 The sample BOM tree can be either built-in or parsed from an input file. That latter must then be given with the -i/--input option.

-s, --see

 Seed for the random generation. It allows to reproduce exactly any demand generation.

-d, --draws Number of runs for the demand generation.

-G, --demandgeneration Method used to generate the demand (i.e., the booking requests): Poisson Process (P) or Order Statistics (S).

-i, --input <path-to-input-file>

 Path (absolute or relative) of the (CSV) input file specifying the demand distributions.

-o, --output <path-to-output-file>

 Path (absolute or relative) of the (CSV) output file for the generated booking requests.

-l, --log <path-to-output-log-file>

 Path (absolute or relative) of the output log file.

See the output of the `trademgen_generateDemand --help' command for default options.

SUPPORT

Please report any bugs to http://github.com/airsim/trademgen/issues

COPYRIGHT

Copyright © 2009-2013 Denis Arnaud

See the COPYING file for more information on the (LGPLv2+) license, or directly on Internet:

 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html