Skip to content

Implemented Black voting method (Test Included)

Brandon Angafor requested to merge anga4/Agora:black-voting-method into master

This method returns the Condorcet winner, if such a winner exists, or otherwise the Borda winner(s). But our implementation of the Condorcet (Minimax_Condorcet) always returns a winner. For more information have a look at the test provided, this shouldn't produce a Condorcet winner

Edited by Brandon Angafor

Merge request reports