Open magwas opened 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
grab
done
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