|
<%@page import = "java.util.*" session="true"%>
|
|
|
|
- Input File Format:
- First line should have
"Stock Length" then tab/space then Stock Length
- Second line should have two columns
"Deman Length" then tab/space then "No. of Pieces"
- All remaining lines should have 2 columns
Demanded length then tab/space then Number of Pieces
- Note: "Demand Length" should never be more than "Stock Length"
|
|
|
Result File Format:
|
|
|
How to read cutting plan:
Read first line as:
Cut 1 piece of 55, 1 piece of 35 from 1 pipe (100 feet) and repeat this process 10 times
|
|
|