next up previous contents
Next: Simplification procedures Up: Introduction Previous: Bisection mode   Contents


Storage mode

The boxes created after a bisection are stored in a list for further processing. There are different ways to store the new boxes:

The reverse storage mode is the one that ensure that we will use the minimal amount of memory storage.

The storage mode is controlled through the variable `ALIAS/storage_mode: 0 is used for the direct storage mode while reverse storage will be used when `ALIAS/storage_mode is set to a number equal or larger than the number of unknowns+1. Mixed storage may also be used using the variable `ALIAS/mixed_storage that indicates how many boxes are stored in place of the current box. For more details on the storage mode see the ALIAS-C++ manual.


next up previous contents
Next: Simplification procedures Up: Introduction Previous: Bisection mode   Contents
Jean-Pierre Merlet 2012-12-20