-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CEF parser docs: minor clarification to intro
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PrefVote support of Condorcet Election Format (CEF) input files | ||
|
||
PrefVote interprets files named like \*.cvotes as [Condorcet Election Format (CEF)](https://github.com/CondorcetVote/CondorcetElectionFormat#invalid). CEF was developed as a common input file format intended to be supported by voting systems using Condorcet-compatible methods. | ||
PrefVote interprets files named like \*.cvotes as [Condorcet Election Format (CEF)](https://github.com/CondorcetVote/CondorcetElectionFormat#invalid). CEF was developed as a common input file format intended to be supported by voting systems using Condorcet-compatible methods. Its files consist of two sections: election/poll configuration parameters followed by vote data. | ||
|
||
## Example | ||
|
||
|
@@ -11,7 +11,7 @@ This is an example of Condorcet Election Format (CEF) from the definition page. | |
#/Implicit Ranking: true | ||
#/Weight allowed: true | ||
|
||
# Here the votes datas: | ||
# vote data: | ||
Candidate A > Candidate B > Candidate C * 42 | ||
[email protected] , signature:55073db57b0a859911 || Candidate A > Candidate B > Candidate C # Same as above, so there will be 43 votes with this ranking. And tags are registered by the software if able. | ||
Candidate C > Candidate A = Candidate B ^7 * 8 # 8 votes with a weight of 7. | ||
|