Use CPLEX
to solve cutting stock problem by Column Generation
- a pattern will use a whole stock.
-
$x_j$ is the time that$pattern_j$ used -
$a_ij$ is how much item used in$pattern_j$ of item$i$ -
$demand_i$ is the demand of item$i$
Use CPLEX
to solve cutting stock problem by Column Generation