nag_glopt_bnd_mcs_optget_int (e05jkc) is used to get the value of an integer
nag_glopt_bnd_mcs_solve (e05jbc) optional parameter.
nag_glopt_bnd_mcs_optget_int (e05jkc) can be used before or after calling
nag_glopt_bnd_mcs_solve (e05jbc), but the initialization function
nag_glopt_bnd_mcs_init (e05jac) must have been called before calling
nag_glopt_bnd_mcs_optget_int (e05jkc).
nag_glopt_bnd_mcs_optget_int (e05jkc) obtains the current value of an integer-valued optional parameter. For example
e05jkc ('Local Searches Limit', &loclim, &state, &fail);
will result in the value of the optional parameter
being output in
loclim.
The default values of the optional parameters
,
and
depend on the problem parameter
(the number of non-fixed variables). A default value for each of these optional parameters will be set in the first call to the solver
nag_glopt_bnd_mcs_solve (e05jbc): before that time, getting the value of any of these optional parameters using
nag_glopt_bnd_mcs_optget_int (e05jkc) will not return a meaningful result.
A complete list of optional parameters, their symbolic names and default values is given in
Section 12 in
nag_glopt_bnd_mcs_solve (e05jbc).
None.
Not applicable.
None.