Uses of Class
org.cicirello.search.problems.binpack.BinPackingSolution
Package
Description
Classes and interfaces related to the Bin Packing.
-
Uses of BinPackingSolution in org.cicirello.search.problems.binpack
Modifier and TypeMethodDescriptionfinal BinPackingSolution
BinPacking.permutationToBinPackingSolution
(Permutation p) Determines the bin packing solution that corresponds to a given permutation, such that the solution is formed by applying a first-fit heuristic using the item ordering implied by the Permutation p.