Upload an Excel file with your stock inventory and order requirements to calculate the optimal cutting pattern with minimal waste.
Your Excel file should contain two sheets with the following structure:
Name the first sheet "Stock" with the following columns:
Name the second sheet "Order" with the following columns:
Note: Both sheets have the same column order: Quantity first, then Length.
You can use the "Download Template" button to get a correctly formatted Excel file template.
This tool uses the First-Fit Decreasing (FFD) algorithm to solve the cutting stock problem:
This greedy approach provides a good balance between optimization quality and computational speed. While it doesn't guarantee the mathematical optimum in all cases, it typically produces results with reasonably low waste.
For extremely complex cutting stock problems or when absolute mathematical optimality is required, more advanced algorithms like branch-and-price or column generation methods would be needed.
This feature has been temporarily disabled.