nag_opt_sparse_convex_qp_option_get_integer (e04nxc) is used to get the value of an Integer optional argument. nag_opt_sparse_convex_qp_option_get_integer (e04nxc) can be used before or after calling
nag_opt_sparse_convex_qp_solve (e04nqc).
nag_opt_sparse_convex_qp_option_get_integer (e04nxc) obtains the current value of an integer option. For example:
e04nxc ("Iterations", &itnlim, &state, &fail);
will result in the value of the optional argument
being output in
itnlim.
A complete list of optional arguments, their abbreviations, synonyms and default values is given in
Section 12 in nag_opt_sparse_convex_qp_solve (e04nqc).
None.
Not applicable.
Not applicable.
None.
See
Section 10 in nag_opt_sparse_convex_qp_option_set_file (e04nrc).