kasperrisager / Apportionment.jl

MIT License
0 stars 0 forks source link

Ordered apportionment for divisor methods #14

Closed kasperrisager closed 6 months ago

kasperrisager commented 8 months ago

For divisor methods, the apportionment comes out in a natural order. Make a new method and/or an iterator that outputs the ordered apportionment instead of the final one. Rewrite unordered apportionment to use the ordered one, since the current algorithm already does that.