JamesBremner / knapsack

3D Bin packing code direct from psuedocode
3 stars 1 forks source link

Cut list output #8

Closed JamesBremner closed 4 years ago

JamesBremner commented 4 years ago

I am working on stacking levels. I have realized that the currently proposed cut list output ( https://github.com/JamesBremner/knapsack/wiki/File-Formats ) shows where in the stock the L and W cuts are needed, but is missing which level need the cuts.

JamesBremner commented 4 years ago

I have added another column to hold the cut location along the H dimension

JamesBremner commented 4 years ago

I have added another line type to the file to display orders that failed to be packed.