Coefficient

Type Alias Coefficient 

Source
pub type Coefficient = (String, i64);
Expand description

Represents a coefficient in a linear constraint: (variable_name, coefficient_value).