Click here to Skip to main content
15,885,890 members
Please Sign up or sign in to vote.
2.50/5 (5 votes)
See more:
My final year project is 3 D cargo packing.
There is a 3 D container & set of cargos (goods) and we have to place
cargos: in container.
Given: dimension of cargos and container.
it's really urgent.
plzs suggest me some thing.

:confused:
:((
Posted
Updated 26-Oct-10 0:10am
v4
Comments
Smithers-Jones 14-Oct-10 13:18pm    
I had a look at your profile: You are a member at Codeproject for 11 months (without any contribution whatsoever), this is a "question" about your final year project and you are trying to urge people into helping you. So I assume you have about 4 weeks left to hand in your work. What did you do all the time, picking your nose?
luck_21 14-Dec-10 15:33pm    
i m not picking my nose i needed a algo which can be integrated with GUI, efficient & easy to implement .and i already have a algo just was trying to find suggestion ..and got one which just talk about Big Names ..and you just commenting on what i have not done..screw you...Do you can solve this problem .

1 solution

You need some optimization method. I suggest you a couple of them:
"Simulated_annealing"[^] , it has an appealing physic metaphor, and is relatively simple to implement.
You may also try to use Lagrange Multipliers[^].
 
Share this answer
 
Comments
Richard MacCutchan 14-Oct-10 4:34am    
An answer that has such metaphysical beauty ...
CPallini 14-Oct-10 4:39am    
:-)
Sauro Viti 26-Oct-10 6:20am    
Fortunately the quality of answers is not related to the quality of questions...
CPallini 26-Oct-10 6:31am    
:-O
luck_21 14-Dec-10 15:35pm    
Methods you have mentioned are just theoritical and are hard to integrate with GUI :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900