E04ZMF is an option setting routine for solvers from the NAG optimization modelling suite, namely
E04STF and
E04SVF. It can set a single optional parameter or reset all of them to their default.
E04ZMF can only be called on handles which have been initialized 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 argument. 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
E04RAF for a generic description of the suite.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Not applicable.
E04ZMF is not threaded in any implementation.
None.
See the example programs associated with the solvers
E04STF and
E04SVF for a demonstration of how to use E04ZMF. See also
Section 10 in E04RAF for links to all examples in this suite.