pub type Bound = (i64, i64);
Represents a bound with minimum and maximum values. Used to specify the allowed range for variables and constraints.