martinlackner / abcvoting

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

MAV ILP #3

Closed martinlackner closed 4 years ago

martinlackner commented 5 years ago

Implement MAV via an ILP (Gurobi). Currently only compute_mav(profile, committeesize, ilp=False) works

martinlackner commented 4 years ago

Implemented by Stefan Forster