No description
Find a file
2026-05-27 17:40:48 +00:00
.woodpecker Add woodpecker CI 2025-05-25 14:41:36 -06:00
benchmarks Add benchmarks for everything 2021-05-26 17:07:33 -06:00
lib Add Majority Judgement 2021-05-28 14:21:57 -06:00
test Add tests from a paper I'm reading 2021-05-27 17:32:37 -06:00
.formatter.exs new Mix project 2020-11-19 19:24:42 -07:00
.gitattributes Initial commit 2020-11-19 19:23:47 -07:00
.gitignore new Mix project 2020-11-19 19:24:42 -07:00
mix.exs Update dependency ex_doc to ~> 0.40 2026-01-21 20:10:43 +00:00
mix.lock Update dependency ex_doc to v0.40.2 2026-05-27 17:40:43 +00:00
README.md fix(docs): update CI badge 2026-05-27 11:10:17 -06:00
renovate.json Update renovate.json 2026-05-27 15:55:45 +00:00

BallotCounter

status-badge

Election voting schemes

Installation

If available in Hex, the package can be installed by adding ballot to your list of dependencies in mix.exs:

def deps do
  [
    {:ballot_counter, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ballot_counter.