Science Fair Projects Ideas - Cutting stock problem

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Cutting stock problem

The cutting stock problem arises from many physical applications in industry. Imagine that you work in a paper mill, and you are a manager in the paper cutting division. You have a number of rolls of paper of fixed width waiting to be cut, yet different manufacturers want different numbers of rolls of various-sized widths. How are you going to cut the rolls so that the least amount of left-overs are wasted? This turns out to be an optimization problem, or more specifically, an integer linear programming problem.

A usual technique for solving integer linear programming problems is to just forget about the integer part; this is called relaxation (later, we may use some integer programming techniques to ensure we get an integer solution). We then have to solve a linear programming problem. Linear programs are common optimization problems. Fortunately there are good techniques for solving them. One method is the simplex method (duality), which starts from some non-optimal point and iteratively finds better and better solutions. The algorithm concludes with the optimal solution when no steps can be made to improve the solution.

There is one problem to our formulation so far. To formulate the linear program, we have to create all possible patterns that might be cut from a roll. If there are many different order widths to cut from a paper roll, it is possible for there to be an exponential number of patterns that need to be included in the linear program (LP). As a result, the LP will be too large to even formulate and impossible to solve.

The alternative is to use a Delayed Column Generation approach. This method solves the cutting stock problem by starting with just a few patterns. It generates additional patterns when they are needed. The new patterns are introduced by solving another optimization problem called the knapsack problem. The knapsack problem has well-known methods to solve it, among which are branch and bound and dynamic programming. The Delayed Column Generation method turns out to be much more efficient than the original approach.

We choose an initial set of patterns to include in the model and solve the linear program. Since it is unlikely that we chose the right set of patterns, we use the dual variable information from the linear program to generate a new pattern. We generate this pattern using the knapsack problem. These two problems, the main linear program and the knapsack problem, are solved in turn until no more patterns can be generated which will reduce the number of rolls cut.

External links

10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice