-
In [19]: ballots
Out[19]:
[{'ballot': [['A'], ['C'], ['D'], ['B']], 'count': 3},
{'ballot': [['B'], ['A'], ['C'], ['D']], 'count': 9},
{'ballot': [['C'], ['D'], ['A'], ['B']], 'count': 8},
{'ballo…
-
One of my stated objectives as chair was to implement our voting system, and I'd like to solicit feedback. Two things we've tried:
* Up-or-down votes on GitHub issues. These are adequate and easy…
-
* [Introduction to Condorcet method](https://en.m.wikipedia.org/wiki/Condorcet_method)
-
| Q | A
| --------------------| ---------------
| Type | Bug
| Condorcet version | *
| PHP version | ?
| ENV | *?
| Installation Method | Compo…
-
### Pitch
I suggest that the multiple poll types be introduced in Mastodon, with user interface possibly designed as the following:
**POLL CREATOR UI**
At the bottom of the poll-creation interfac…
-
- Make strategies independent of systems, so you can mix-and-match
- Include a Borda-type strategy
- Include a Condorcet-type strategy
-
The Debian voting system generates graphs using graphviz that visualize the pairwaise comparisions of options, see for example
https://www.debian.org/vote/2019/vote_002#outcome
I would love to see…
-
### Question
If you had the opportunity to amend the constitution, what specific changes would you propose, and why do you believe these changes are necessary?
### Candidates I'd like to get an answ…
-
After installing from pip, get this error when running code below:
```
from pyvotecore.schulze_method import SchulzeMethod
from pyvotecore.condorcet import CondorcetHelper
ballots = []
SchulzeM…
-
Currently the only ranked choice voting election methods that are supported are Instant-Runoff-Voting. The ability to use other methods such as Ranked-Pairs, Bottom-Two-Runoff, or other Condorcet meth…