ikluft / prefvote

PrefVote is to promote ranked-choice preference voting algorithms. Updated with Condorcet voting algorithms, it's descended from the Vote::STV software written which I wrote in Perl originally in 1998 and used by multiple clubs and non-profit organizations over the years for polls and elections.
Apache License 2.0
4 stars 0 forks source link

Support the Condorcet Election Format as input #1

Open julien-boudry opened 1 year ago

julien-boudry commented 1 year ago

The Condorcet Election Format (.cvotes) is a tentative to standardize election input (configuration & vote data) in a human-readable and editable format, but also a precise definition that is easy to parse for a program.

https://github.com/CondorcetVote/CondorcetElectionFormat

ikluft commented 1 year ago

Thank you for pointing out your proposed standard file format. Interoperability among Open Source projects is a good thing. I'll look into implementing it, or providing any feedback from that process.

julien-boudry commented 1 year ago

@andrewcmyers can also be interested about a Perl parser.

https://github.com/andrewcmyers/civs/issues/58