_.Enumerationval next : t -> (Binsec_kernel.Bitvector.t * Model.t) optionnext e gives the following value possible for the enumeration e. If there is no remaining value, it returns None.
val suspend : t -> unitsuspend e pauses the enumeration e and releases the external ressources (e.g. solver session).
It can be used to release ressources as soon as the enumeration is no longer used or will not be used for a long time. Calling next resumes a suspended enumeration where it was paused.