Module coin_cbc::raw[][src]

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

SOSConstraintType

The type of a special ordered set constraint

SecondaryStatus
Sense

Sense of optimization.

Status

Status of the model.