1simcrs(1) General Commands Manual simcrs(1)
2
3
4
6 simcrsC++ Simulated Travel-Oriented Distribution System Library
7
9 simcrs [--prefix] [-v|--version] [-h|--help] [-b|--builtin] [-i|--input
10 <path-to-input>] [-l|--log <path-to-output-log-file>]
11
13 simcrs is a small program showing how to use the SimCRS library.
14
15 simcrs accepts the following options:
16
17 --prefix
18 Show the SimCRS installation prefix.
19
20 -v, --version
21 Print the currently installed version of SimCRS on the standard
22 output.
23
24 -h, --help
25 Produce that message and show usage.
26
27 -b, --builtin
28 The sample BOM tree can be either built-in or parsed from an input
29 file. When that option is selected, an input file must then be given
30 with the -i/--input option. When that option is not selected, the
31 simcrs program builds a simple use case directly from internal hard-
32 coded parameters (demand distribution details and resource/cabin
33 capacities).
34
35 -r, --simcrs
36 The sample BOM tree corresponds to a typical usage by SimCRS
37
38 -c, --crs
39 The sample BOM tree corresponds to a typical usage by SimCRS
40
41 -i, --input <path-to-input-file>
42 Path (absolute or relative) of the (CVS) input file specifying the
43 demand distribution parameters and resource (cabin) capacities.
44
45 -l, --log <path-to-output-log-file>
46 Path (absolute or relative) of the output log file.
47
48 See the output of the `simcrs --help' command for default options.
49
51 simcrs-config(1), simcrs-library(3)
52
54 Please report any bugs to
55 https://sourceforge.net/apps/trac/simcrs/report
56
58 Copyright © 2009-2011 Denis Arnaud
59
60 See the COPYING file for more information on the (LGPLv2+) license, or
61 directly on Internet:
62 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
63
64
65
66My Project Sun Feb 16 2020 simcrs(1)