Loading...
Searching...
No Matches
Cutstock.Cutstock Class Reference

This example implements a column generation approach to solve the cutting stock problem. In this example, the column generation approach has been entirely implemented in the program using GAMSJob for the master and GAMSModelInstance for the pricing problem. GAMS is used to build the master and pricing problems. The logic of the column generation method is in the application program. More...

Detailed Description

This example implements a column generation approach to solve the cutting stock problem. In this example, the column generation approach has been entirely implemented in the program using GAMSJob for the master and GAMSModelInstance for the pricing problem. GAMS is used to build the master and pricing problems. The logic of the column generation method is in the application program.

Definition at line 19 of file GMSCutstock.cs.