com.gams.examples.cutstock.Cutstock Class Reference
This example implements a column generation approach. More...
Detailed Description
This example implements a column generation approach.
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 32 of file Cutstock.java.