M
M
Misha Vasilyev2014-05-15 13:02:29
Algorithms
Misha Vasilyev, 2014-05-15 13:02:29

How to calculate the parcel size?

Hello!
Have you met, friends, solutions to the problem of packing? There are N boxes of different sizes (width, height, depth). You need to calculate approximately the box in which it will fit.
I understand that the more the box looks like a cube, the better.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Kubintsev, 2014-05-15
@akubintsev

This is a knapsack problem, there are many algorithms. Google it.

A
Andrew, 2014-05-15
@OLS

The task is NP-hard, the whole world is fighting for heuristics:
www.kaggle.com/c/packing-santas-sleigh
(highly recommend in terms of ideas and options - forum for this competition (left link))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question