DodgsonScoring
Several Implementations of the Voting Rule Proposed by C.L.Dodgson
This Project features 5 Algorithms which implement the Dodgson Rule. A menu class allows testing, benchmarking and (to some extend) debugging them. The project is intended to be expandable, in case someone has a good idea and wants to implement it.
A base class is given, and a new rule can be added relatively easy just by implementing the function which calculates the Dodgson score, "getSCD". Multithreading is also supported in case the rule performance can be improved by it. But that is,...