Uses of Class
org.cicirello.search.problems.binpack.BinPacking
Package
Description
Classes and interfaces related to the Bin Packing.
-
Uses of BinPacking in org.cicirello.search.problems.binpack
Modifier and TypeClassDescriptionstatic final class
Generates instances of the Bin Packing problem where the optimal solution is comprised of all full triplet bins (each bin in optimal solution has exactly 3 items that fills the bin to capacity).static final class
Generates instances of the Bin Packing problem with item sizes that are generated uniformly at random.