Tells you what to do and where to find the files.
What you are going to do
You will solve a configuration problem using a decomposition schema known as column generation.
You will use:
-
the CP Optimizer engine to solve the problem of generating new possible configurations, and
-
the CPLEX engine to solve the problem of selecting which is the best combination of configurations.
This configuration problem involves placing objects of different materials (glass, plastic, steel, wood, and copper) into bins of various types (red, blue, green), subject to capacity (each bin type has a maximum) and compatibility constraints. All objects must be placed into a bin and the total number of bins must be minimized.