The boxes generated by the bisection process are stored in an interval matrix:
Box_Solve_General_Interval(M,m)while the corresponding simplified Jacobian matrix is stored in the integer matrix of size (M, m
Gradient_Solve_General_Intervalcalled the simplified jacobian: the entry
The algorithm try to manage the storage in order to solve the problem with the given number M. As seen in section 2.3.1.2 two storage modes are available, the Direct Storage and the Reverse Storage modes, which are obtained by setting the global variable Reverse_Storage to 0 (the default value) or 1.
For both modes the algorithm will first run until the bisection of the current box leads to a total number of boxes which exceed the allowed total number. It will then delete the boxes in the list which have been already bisected, thereby freeing some storage space (usually larger for the reverse mode than for the direct mode) and will start again.