Location of examples

The partial and completed versions of the examples used in the lessons in the Getting Started with CP Optimizer manual are available in the distribution of CP Optimizer.

In each lesson you work to enter the missing parts of a partially completed code. These partial codes are available for the C++ API and are located in the directory <Install_dir>/cpoptimizer/examples/tutorial/cpp. The completed examples are available for C++, C# and Java™. These examples are in the directories <Install_dir>/cpoptimizer/examples/src/cpp, <Install_dir>/cpoptimizer/examples/src/csharp and <Install_dir>/cpoptimizer/examples/src/java, respectively. Each example has the appropriate suffix. Thus the Java equivalent of color.cpp is Color.java, and the C# version is Color.cs.