-
Behaviour: Schulze method/normalize beat matrix;the elements for ties are (0,0)
@tested_feature("Schulze method")
@tested_operation("normalize beat matrix")
@tested_behaviour("the elements f…
-
Behaviour: Schulze method/calculate winners;all non-beaten candidates are winners
@tested_feature("Schulze method")
@tested_operation("calculate winners")
@tested_behaviour("all non-beaten c…
-
Behaviour: Schulze method/normalize beat matrix;the elements corresponding to loosers are (0,0)
@tested_feature("Schulze method")
@tested_operation("normalize beat matrix")
@tested_behaviour…
-
Behaviour: Schulze method/transitive closure;implements the Floyd-Warshall algorithm
@tested_feature("Schulze method")
@tested_operation("transitive closure")
@tested_behaviour("implements t…
-
Behaviour: Schulze method/compute initial beat matrix;the beat matrix contains the beats
@tested_feature("Schulze method")
@tested_operation("compute initial beat matrix")
@tested_behaviour(…
-
Behaviour: Schulze method/normalize beat matrix;the elements corresponding to winners contain the number of looses backward
@tested_feature("Schulze method")
@tested_operation("normalize beat m…
-
Behaviour: Schulze method/normalize beat matrix;the elements corresponding to winners contain the number of wins forward
@tested_feature("Schulze method")
@tested_operation("normalize beat matr…
-
While FPTP and Approval Voting works under many circumstances, it can get a bit unfair at times. It would be nice to be able to choose other systems like the Alternative Vote or Schulze Method.
-
I am running a poll with a lot of non-technical people and need to allow them to see the result.
When the poll is over in a month, people will be able to select various methods when I already know th…
-
After installing from pip, get this error when running code below:
```
from pyvotecore.schulze_method import SchulzeMethod
from pyvotecore.condorcet import CondorcetHelper
ballots = []
SchulzeM…