Skip to content

Commit

Permalink
CEF parser docs: minor clarification to intro
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Sep 30, 2023
1 parent fc78d79 commit f1b2e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/PrefVote_CEF_input.md
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

Expand All @@ -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.
Expand Down

0 comments on commit f1b2e5a

Please sign in to comment.