File: openstv-run-election.1

package info (click to toggle)
openstv 1.6.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 904 kB
  • ctags: 840
  • sloc: python: 7,087; makefile: 7
file content (68 lines) | stat: -rw-r--r-- 1,721 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.TH OPENSTV-RUN-ELECTION 1 "May 2010" "1.6"

.SH NAME
OpenSTV - Single Transferable Vote and Instant Runoff Voting Software

.SH SYNOPSIS
.B openstv-run-election [\fIOPTION\fP] \fIMETHOD\fP \fIBALLOT_FILE\fP

.SH DESCRIPTION
Runs an election for a given \fIMETHOD\fP and \fIBALLOT_FILE\fP.
Results are printed to the standard output. The following methods are available:

    Approval
    Borda
    Bucklin
    CambridgeSTV
    Condorcet
    Coombs
    ERS97STV
    FTSTV
    GPCA2000STV
    IRV
    MeekNZSTV
    MeekQXSTV
    MeekSTV
    MinneapolisSTV
    NIrelandSTV
    QPQ
    RTSTV
    SNTV
    ScottishSTV
    SuppVote
    WarrenQXSTV
    WarrenSTV

.SH OPTIONS
.TP
\fB-p\fP \fIPREC\fP
Override default precision (in digits).
.TP
\fB-r\fP \fIFORMAT\fP
Report format: CsvReport, HtmlReport, MinimalReport, TextReport or YamlReport
.TP
\fB-t\fP \fITIEBREAK\fP
Strong tie-break method: random (default), alpha or index
.TP
\fB-w\fP \fIWEAKTIE\fP
Weak tie-break method: method-default (default), strong, forward or backward
.TP
\fB-s\fP \fISEATS\fP
Number of seats (for text-format ballot files).
.TP
\fB-P\fP
Profile and send output to profile.out
.TP
\fB-x\fP \fINUM\fP
Specify repeat count (for profiling).

.SH SEE ALSO
.B Homepage:
http://www.openstv.org/

.SH AUTHOR
This manual page was written by Severin Heiniger <severinheiniger@gmail.com> for the Debian system (but may be used by others).

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.