API Reference bin_packer v0.1.0
Modules
This objective attempts to place balls into bins such that the sum of the balls' usages is closest to the proportion of total capacity represented by the bin.
A Diff indicates the changes between one bin_packer and another, as generated by PartitionMap.diff/2.
Describes how a ball moved from one bin to another.
This objective attempts to place balls into bins such that the given ball attribute is equally represented in each bin.
This objective attempts to place balls into bins such that the given ball attribute is equally represented in each group of bins sharing the same bin attribute.
This objective attempts to place balls into bins such there are an equal number of balls in each bin
Constrains the solutions to those where only one bin in a group of bins that share the same attribute may have a ball with another attribute value.