edemo / PDEngine

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

beat matrix winner's wins #255

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 wins forward

@tested_feature("Schulze method")

@tested_operation("normalize beat matrix")

@tested_behaviour("the elements corresponding to winners contain the number of wins forward")

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

Deviation in model

valentinbujdoso commented 5 years ago

grab

valentinbujdoso commented 5 years ago

done