Package org.cicirello.search.problems.binpack


package org.cicirello.search.problems.binpack
Classes and interfaces related to the Bin Packing.
  • Classes
    Class
    Description
    This class is used by the BinPackingSolution class to represent the contents of a bin in a solution to a BinPacking problem 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 a BinPacking problem instance.