Expand description

A raw and safe binding to the Coin CBC C API.

The method are as raw as possible to the original API. Differences are:

  • snake case naming
  • slices as inputs
  • rust naming convension (in particular, getter do not begin with get)
  • assert are used to validate data
  • use rust types when cheap (as usize for array length)

Structs

A CBC MILP model.

Enums

The type of a special ordered set constraint
Sense of optimization.
Status of the model.