edemo / PDEngine

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

compute vote result stores the beatpath matrix #204

Open magwas opened 5 years ago

magwas commented 5 years ago

Behaviour: Vote/Compute vote results;calculates and stores beatpath matrix

@tested_feature("Vote")

@tested_operation("Compute vote results")

@tested_behaviour("calculates and stores beatpath matrix")

by normalizing the initial beat matrix, and doing transitive closure the beatpath matrix computation does not affect the initial beat matrix (done on a copy)

Deviation in model

szirbucz commented 5 years ago

szirbucz