[][src]Module coin_cbc::raw

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

Model

A CBC MILP model.

Enums

SecondaryStatus
Sense

Sense of optimization.

Status

Status of the model.