Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 439 Bytes

voting systems

This library implements the following voting systems according to TEJO regulation:

  • ranked pairs
  • single transferable vote

It also implements:

  • yes/no
  • yes/no/blank
  • UEA threshold majority

Ballots are not validated.

Usage

Build with npm install; npm run build. Javascript output will be in dist/.