Highlights
- Pro
📦3D bin packing
A variant of the Largest Area Fit First (LAFF) algorithm + brute force algorithm
A 3D bin packing application that uses the guillotine heuristic.
Algorithm to solve the 3d Bin Packing problem.
Fuzzy Variable Size and Cost Bin Packing Problem as a multiobjective problem with fuzzy constrains as obejective functions.
Use a hybrid solver to use the minimum number of bins to pack items with different dimensions
An algorithm that helps solve bin-packing problem, using heuristic algorithms, this projects consists of two branches, one for two dimensions problem and the other one for 3D case
Square space utilization core for 3d bin packing algorithm