1travelccm(1) General Commands Manual travelccm(1)
2
3
4
6 travelccmBinary executable for the C++ Travel Customer Choice Model
7 Library
8
10 travelccm [--prefix] [-v|--version] [-h|--help] [-b|--builtin]
11 [-i|--input <path-to-input>] [-l|--log <path-to-output-log-file>]
12
14 travelccm is a small program showing how to use the Travelccm library.
15
16 travelccm accepts the following options:
17
18 --prefix
19 Show the Travelccm installation prefix.
20
21 -v, --version
22 Print the currently installed version of Travelccm on the standard
23 output.
24
25 -h, --help
26 Produce that message and show usage.
27
28 -b, --builtin
29 The sample BOM tree can be either built-in or parsed from an input
30 file. That latter must then be given with the -i/--input option
31
32 -i, --input <path-to-input-file>
33 Path (absolute or relative) of the (CSV) input file specifying the
34 customer-choice rule sets.
35
36 -l, --log <path-to-output-log-file>
37 Path (absolute or relative) of the output log file.
38
39 See the output of the `travelccm --help' command for default options.
40
42 travelccm-config(1), travelccm-library(3)
43
45 Please report any bugs to https://sourceforge.net/apps/trac/travel-
46 ccm/report
47
49 Copyright © 2009-2011 Denis Arnaud
50
51 See the COPYING file for more information on the (LGPLv2+) license, or
52 directly on Internet:
53 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
54
55
56
57My Project Sun Aug 9 2020 travelccm(1)