martinlackner / abcvoting

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

Can Seq-Phragmen be used to return a ranking? #82

Open erelsgl opened 3 months ago

erelsgl commented 3 months ago

If I run a sequential algorithm such as seq-Phragmen, is the output list guaranteed to contain the candidates in the order they were selected by the rule? My goal is to have a site similar to https://pref.tools/abcvoting/, but that shows a ranking rather than just a committee.