Initializing help system before first use

reset

reset


Purpose
Reset an entity.
Synopsis
procedure reset(x:resettable entity)
Argument
A reference to a set, a list, an array, an object of an external type or problem
Further information
Only types supporting the 'copy' operation ( i.e. they can be assigned a value) can be reset. The effect of this routine depends on the type of the object, typically the object returns to its state just after being created. For instance, applying it to an mpproblem will clear the problem by detaching all constraints it contains.
Related topics