nag_opt_nlp_option_get_integer (e04wkc) is used to get the value of an Integer optional parameter.
nag_opt_nlp_option_get_integer (e04wkc) can be used before or after calling
nag_opt_nlp_solve (e04wdc).
nag_opt_nlp_option_get_integer (e04wkc) obtains the current value of an Integer option. For example
e04wkc ("Iterations", &itnlim, &state, &fail);
will result in the value of the optional parameter
being output in
itnlim.
A complete list of optional parameters, their abbreviations, synonyms and default values is given in
Section 12 in
nag_opt_nlp_solve (e04wdc).
None.
Not applicable.
None.