Bound

Type Alias Bound 

Source
pub type Bound = (i64, i64);
Expand description

Represents a bound with minimum and maximum values. Used to specify the allowed range for variables and constraints.