martinlackner / abcvoting

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

Added flow algorithm for Monroe score #4

Closed stefanschlomoforster closed 5 years ago

stefanschlomoforster commented 5 years ago

Using NetworkX I implemented a function computing Monroe score by reducing it to the minimal cost of a corresponding flow network.