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.
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.