e04zmf can only be called on handles which have been correctly initialized (e.g., by
e04raf) and not during the call to the solver. It has two purposes: to reset all optional parameters to their default values; or to set a single optional parameter to a user-supplied value.
Optional parameters and their values are, in general, presented as a character string,
optstr, of the form ‘
’; alphabetic characters can be supplied in either upper or lower case. Both
and
may consist of one or more tokens separated by white space. The tokens that comprise
will normally be either an integer, real or character value as defined in the description of the specific optional parameter. In addition all optional parameters can take an
DEFAULT which resets the optional parameter to its default value.
Information relating to available option names and their corresponding valid values is given in the documentation of the particular solver. See also
Section 3.1 in the
E04 Chapter Introduction for more details about the NAG optimization modelling suite.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
None.
See the example programs associated with the solvers for a demonstration of how to use
e04zmf, for example
e04fff,
e04mtf,
e04ptf,
e04stf and
e04svf. See also
e04raf for links to all the examples in this suite.