subboxes
Subboxes are axis-aligned hyperrectangles contained within a larger axis-aligned hyperrectangle, or box. If the outer box B is the Cartesian product of intervals B = ∏_{i=1}^n [L_i, U_i], a subbox S is any S = ∏_{i=1}^n [l_i, u_i] with L_i ≤ l_i ≤ u_i ≤ U_i for all i.
Subboxes can be used to partition a domain into smaller regions or to tighten variable bounds. They
Construction and properties: Subboxes are often obtained by subdividing one or more coordinate directions, such as
Applications: In interval arithmetic and guaranteed numerical computation, subboxes represent tighter enclosures of quantities. In constraint
Variations: In higher dimensions, the number of possible subboxes grows with the number of subdivisions. Subboxes