Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 579 Bytes

russcip Examples

This directory contains examples of how to use the russcip library.

Examples

  1. Simple model: A simple example of how to create and solve a model, and query the result.
  2. Knapsack solver: A simple integer programming model for the knapsack problem.
  3. Cutting stock: An example price-and-branch algorithm for the cutting stock problem.
  4. Traveling salesman: An example of how to solve the traveling salesman problem using a branch-and-cut algorithm using a custom constraint handler.