Module org.cicirello.chips_n_salsa
Package org.cicirello.search.problems.binpack
package org.cicirello.search.problems.binpack
Classes and interfaces related to the Bin Packing.
-
ClassesClassDescriptionThis class is used by the
BinPackingSolutionclass to represent the contents of a bin in a solution to aBinPackingproblem instance.This class, and its nested classes, implements the Bin Packing problem.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).Generates instances of the Bin Packing problem with item sizes that are generated uniformly at random.This class represents a solution to aBinPackingproblem instance.