This directory contains examples of how to use the russcip
library.
- Simple model: A simple example of how to create and solve a model, and query the result.
- Knapsack solver: A simple integer programming model for the knapsack problem.
- Cutting stock: An example price-and-branch algorithm for the cutting stock problem.
- Traveling salesman: An example of how to solve the traveling salesman problem using a branch-and-cut algorithm using a custom constraint handler.