martinlackner / abcvoting

Python implementations of approval-based committee (multi-winner) voting rules
https://abcvoting.readthedocs.io/
MIT License
32 stars 16 forks source link

Implement greedy cohesive rule and greedy justified candidate rule #79

Open martinlackner opened 7 months ago

martinlackner commented 7 months ago

Add the Greedy Cohesive Rule (and perhaps variations of it), as well as the greedy justified candidate rule of Markus Brill and Jannik Peters (suggestion from @DominikPeters )