box algorithms

See box for the input/output format and CLI usage of this solver.

Tree search with maximal spaces

This algorithm solves the feasibility and knapsack objectives with a single bin. It doesn’t support unloading constraints.

This is a direct generalization of the algorithm for rectangle problems.

See rectangle

References: