Click here to Skip to main content
15,887,240 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: a special type of bin packing problem Pin
Cenator19-Jul-15 22:12
Cenator19-Jul-15 22:12 
GeneralRe: a special type of bin packing problem Pin
Richard MacCutchan19-Jul-15 22:23
mveRichard MacCutchan19-Jul-15 22:23 
GeneralRe: a special type of bin packing problem Pin
Cenator19-Jul-15 22:55
Cenator19-Jul-15 22:55 
GeneralRe: a special type of bin packing problem Pin
Richard MacCutchan19-Jul-15 23:05
mveRichard MacCutchan19-Jul-15 23:05 
GeneralRe: a special type of bin packing problem Pin
Eddy Vluggen20-Jul-15 0:19
professionalEddy Vluggen20-Jul-15 0:19 
GeneralRe: a special type of bin packing problem Pin
harold aptroot20-Jul-15 4:25
harold aptroot20-Jul-15 4:25 
GeneralRe: a special type of bin packing problem Pin
Cenator18-Aug-15 20:28
Cenator18-Aug-15 20:28 
AnswerRe: a special type of bin packing problem Pin
Patrice T22-Jul-15 8:10
mvePatrice T22-Jul-15 8:10 
This is not a 3D packing problem !

If you want to optimize the warehouse usage, you need to choose if you want to minimize wasted space or wasted weight.

an algo:
sort the cubes from biggest to smallest.
for each cube
   Select available places
   place the cube at the place which waste minimum
next


if your problem allow to put more than 1 cube in a place which is not stated), then it is 3D packing
Patrice

“Everything should be made as simple as possible, but no simpler.” Albert Einstein

GeneralRe: a special type of bin packing problem Pin
Member 1179127122-Jul-15 8:25
Member 1179127122-Jul-15 8:25 
GeneralRe: a special type of bin packing problem Pin
Cenator22-Jul-15 18:53
Cenator22-Jul-15 18:53 
GeneralRe: a special type of bin packing problem Pin
Patrice T22-Jul-15 20:21
mvePatrice T22-Jul-15 20:21 
GeneralRe: a special type of bin packing problem Pin
Patrice T22-Jul-15 22:10
mvePatrice T22-Jul-15 22:10 
GeneralRe: a special type of bin packing problem Pin
Cenator22-Jul-15 22:17
Cenator22-Jul-15 22:17 
GeneralRe: a special type of bin packing problem Pin
Patrice T23-Jul-15 5:07
mvePatrice T23-Jul-15 5:07 
QuestionGA/GEP Mutation Rates Pin
Dominick Marciano17-Jul-15 11:25
professionalDominick Marciano17-Jul-15 11:25 
AnswerRe: GA/GEP Mutation Rates Pin
Alan Balkany30-Jul-15 7:19
Alan Balkany30-Jul-15 7:19 
QuestionC/C++ algorithm to reorganize and extract the data Pin
feifeihanyu10-Jul-15 4:22
feifeihanyu10-Jul-15 4:22 
SuggestionRe: C/C++ algorithm to reorganize and extract the data Pin
Richard MacCutchan10-Jul-15 4:47
mveRichard MacCutchan10-Jul-15 4:47 
GeneralRe: C/C++ algorithm to reorganize and extract the data Pin
feifeihanyu10-Jul-15 5:53
feifeihanyu10-Jul-15 5:53 
GeneralRe: C/C++ algorithm to reorganize and extract the data Pin
Member 1184955320-Jul-15 3:53
Member 1184955320-Jul-15 3:53 
GeneralRe: C/C++ algorithm to reorganize and extract the data Pin
Richard MacCutchan20-Jul-15 4:40
mveRichard MacCutchan20-Jul-15 4:40 
AnswerRe: C/C++ algorithm to reorganize and extract the data Pin
Supreme Master27-Jul-15 7:44
Supreme Master27-Jul-15 7:44 
GeneralRe: C/C++ algorithm to reorganize and extract the data Pin
Supreme Master27-Jul-15 8:52
Supreme Master27-Jul-15 8:52 
QuestionAlgorithm/Pseudo code help for swapping/comparing values Pin
Member 118111963-Jul-15 1:21
Member 118111963-Jul-15 1:21 
AnswerRe: Algorithm/Pseudo code help for swapping/comparing values Pin
Alan Balkany9-Jul-15 11:48
Alan Balkany9-Jul-15 11:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.