Skip to main content

PackNet Online Documentation

Configuration Impacts to Performance

Being intentional with requests of the PackNet Cube is critical. Every increment of a cube variable has an exponential impact on the computation and will increase the time it takes to return an optimal solution.

Items - Cube evaluates six permutations of how each item can be cubed. Each additional item not only increases the permutations by the six sides of the second item, but 6 to the power of the number of items to be cubed. For example, 62=36 versions of two items being packed together, or 6x where x = the number of items to be cubed.

63 = 216 permutations

64 = 1,296 permutations

65 = 7,776 permutations

69 = 10,077,696 permutations