# russcip Examples
This directory contains examples of how to use the `russcip` library.
## Examples
1. [Simple model](create_and_solve.rs): A simple example of how to create and solve a model, and query the result.
2. [Knapsack solver](knapsack.rs): A simple integer programming model for the knapsack problem.
3. [Cutting stock](cutting_stock.rs): An example price-and-branch algorithm for the cutting stock problem.