Ibounds
Ibounds are a formal construct used in mathematics, computer science, and optimization to denote the bounds of indexed variables within a model. For each index i, the corresponding bound is the closed interval [l_i, u_i], which contains the feasible values of the variable x_i in all admissible solutions. Collectively, the family { [l_i, u_i] | i in I } is referred to as the Ibounds of the system.
In interval arithmetic and constraint propagation, Ibounds are propagated through equations and inequalities to refine feasible
Example: Consider a system with x1 ∈ [0,5] and x2 ∈ [2,7], constrained by x1 + x2 = 8. From
Ibounds are used in various domains, including linear and nonlinear programming, SMT-based verification, and data validation,