Column generation

Provides two examples for column generation, one that modifies the OPL model by adding elements to a tuple set, and one that uses the Concert change API.

Add a tuple to a tuple set

To access this example, click one of the following links:

C++: cutstock.cpp

Java: Cutstock.java

C#: Cutstock.cs

Use the Concert change API

To access this example, click one of the following links:

C++: cutstock_change.cpp

Java: Cutstock_change.java

C#: Cutstock_change.cs