simcrs - Man Page

C++ Simulated Travel-Oriented Distribution System Library

Synopsis

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

Description

simcrs is a small program showing how to use the SimCRS library.

simcrs accepts the following options:

--prefix
Show the SimCRS installation prefix.

-v, --version
Print the currently installed version of SimCRS 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. When that option is selected, an input file must then be given with the -i/--input option. When that option is not selected, the simcrs program builds a simple use case directly from internal hard-coded parameters (demand distribution details and resource/cabin capacities).

-r, --simcrs
The sample BOM tree corresponds to a typical usage by SimCRS

-c, --crs
The sample BOM tree corresponds to a typical usage by SimCRS

-i, --input <path-to-input-file>
Path (absolute or relative) of the (CVS) input file specifying the demand distribution parameters and resource (cabin) capacities.

-l, --log <path-to-output-log-file>
Path (absolute or relative) of the output log file.

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

See Also

simcrs-config(1), simcrs-library(3)

Support

Please report any bugs to https://sourceforge.net/apps/trac/simcrs/report

Referenced By

simcrs-config(1), simcrs-library(3).