edemo / PDEngine

voting engine using ADA authentication and condorcet method
Other
2 stars 12 forks source link

beat matrix winner's looses #254

Open magwas opened 5 years ago

magwas commented 5 years ago

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 matrix")

@tested_behaviour("the elements corresponding to winners contain the number of looses backward")

m[a,b][backward] = n where n is the number of votes cast where b beats a

Deviation in model

valentinbujdoso commented 5 years ago

grab

valentinbujdoso commented 5 years ago

done