|
Posted by Bob La Londe on July 18, 2008, 1:26 pm
Please log in for more thread options >
>> I have a problem which cannot be unique to me. I have to cut a whole
>> bunch of pieces of known length from several lengths of stock. What I
>> need is some
>> software which will run on a Windows box which can take as input the
>> piece lengths I need and also the material length (often 20') and tell
>> me how many
>> lengths of material I need to order and what size pieces to cut out of
>> each
>> piece of stock.
>
> That's actually a variant on the "Knapsack Problem", which is one of
> the standard problems we use to teach advanced algorithms. It turns
> out that there are pathological cases for which no better solution
> is known than just trying all the different possibilities and seeing
> which one works best.
Kinda like calculating intersects. For some there is no exact answer, just
the level of precision you require?
|
>of pieces of known length from several lengths of stock. What I need is
>some
> software which will run on a Windows box which can take as input the piece
> lengths I need and also the material length (often 20') and tell me how
> many
> lengths of material I need to order and what size pieces to cut out of
> each
> piece of stock.
>
> Does such software exist?
>
> Grant Erwin
> Tinyisland Forge
> Kirkland, Washington