nag_glopt_bnd_mcs_optget_int (e05jkc) is used to get the value of an integer
nag_glopt_bnd_mcs_solve (e05jbc) optional argument. 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 argument. For example
e05jkc ('Local Searches Limit', &loclim, &state, &fail);
will result in the value of the optional argument
being output in
loclim.
The default values of the optional arguments
,
and
depend on the problem parameter
(the number of non-fixed variables). A default value for each of these optional arguments 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 arguments using nag_glopt_bnd_mcs_optget_int (e05jkc) will not return a meaningful result.
A complete list of optional arguments, their symbolic names and default values is given in
Section 12 in nag_glopt_bnd_mcs_solve (e05jbc).
None.
Not applicable.
Not applicable.
None.
See
Section 10 in nag_glopt_bnd_mcs_optset_file (e05jcc).