1pyrmol(1) General Commands Manual pyrmol(1)
2
3
4
6 pyrmolPython wrapper around the C++ Revenue Management Optimisation
7 Library
8
10 pyrmol [--prefix] [-v|--version] [-h|--help] [-b|--builtin] [-i|--input
11 <path-to-input>] [-l|--log <path-to-output-log-file>]
12
14 pyrmol is a small Python wrapper around the RMOL library.
15
16 pyrmol accepts the following options:
17
18 -h, --help
19 Produce that message and show usage.
20
21 -l, --long
22 Produce long formatted output (rather than the shorter one).
23
24 See the output of the `pyrmol --help' command for default options.
25
27 rmol(1), rmol-config(1), rmol-library(3)
28
30 Please report any bugs to http://github.com/airsim/rmol/issues
31
33 Copyright © 2009-2019 Denis Arnaud
34
35 See the COPYING file for more information on the (LGPLv2+) license, or
36 directly on Internet:
37 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
38
39
40
41My Project Thu Jan 30 2020 pyrmol(1)