Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i am trying to make pvc appi.
and i need any algorithm or somethink else that will help me to make cuting of build matrial for windows.

my matrial are 6m and i need to show me how to make best way to cut them at end to not have lose of matrials.
pls tell me any algorithm or how to search or how to build somethink like this :)

i am bad in english sorry.
Posted
Comments
Sinisa Hajnal 14-Oct-14 4:15am    
You should google "optimal area split" and variations thereof and do some research on the problem. Once you have the code that gives you trouble, return and we'll help.

1 solution

There is a lot of info to find on this. Don't limit your search specific to pvc because the algorithm should work for all kinds of materials of course. Have a look at the following links.

http://en.wikipedia.org/wiki/Greedy_algorithm[^]

http://en.wikipedia.org/wiki/Cutting_stock_problem[^]

http://en.wikipedia.org/wiki/Bin_packing_problem[^]

Good luck!
 
Share this answer
 
Comments
CPallini 14-Oct-14 4:20am    
5.
nika2008 14-Oct-14 4:30am    
thnx alot :)
E.F. Nijboer 14-Oct-14 4:49am    
No problem :)

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