nlp1_option_string may be used to supply individual optional parameters to
nlp1_solve(_old)
nlp1_option_string can also be used to supply individual optional parameters to
e04uff (no CPP interface).
nlp1_option_string may be used to supply values for optional parameters to
nlp1_solve(_old).
It is only necessary to call
nlp1_option_string for those arguments whose values are to be different from their default values. One call to
nlp1_option_string sets one argument value.
Each optional parameter is defined by a single character string,
of up to
characters,
consisting of one or more items. The items associated with a given option must be separated by spaces, or equals signs
. Alphabetic characters may be upper or lower case. The string
Print Level = 1
is an example of a string used to set an optional parameter. For each option the string contains one or more of the following items:
-
–a mandatory keyword;
-
–a phrase that qualifies the keyword;
-
–a number that specifies an integer or real value. Such numbers may be up to contiguous characters in Fortran's I, F, E or D formats, terminated by a space if this is not the last item on the line.
Blank strings and comments are ignored. A comment begins with an asterisk (*) and all subsequent characters in the string are regarded as part of the comment.
Printing of user-specified options is turned off by default. It may be turned on at any time using the keyword
List.
Optional parameter settings are preserved following a call to
nlp1_solve(_old) and so the keyword
Defaults is provided to allow you to reset all the optional parameters to their default values before a subsequent call to
nlp1_solve(_old).
A complete list of optional parameters, their abbreviations, synonyms and default values is given in
Section 12 in
nlp1_solve(_old).
None.
All errors and warnings have an associated numeric error code field,
errorid, stored either as a member of the thrown exception object (see
errorid), or as a member of
opt.
ifail, depending on how errors
and warnings are being handled (see
Error Handling for more details).
Not applicable.
Please see the description for the underlying computational routine in this section of the
FL Interface documentation.
e04udf (no CPP interface) may also be used to supply optional parameters to
nlp1_solve(_old).
Examples for the NAG CPP Interface are not currently available.