nag_glopt_bnd_mcs_optset_char (e05jec) may be used to supply individual ‘ON’/‘OFF’-valued character optional arguments to
nag_glopt_bnd_mcs_solve (e05jbc). The initialization function
nag_glopt_bnd_mcs_init (e05jac) must have been called before calling nag_glopt_bnd_mcs_optset_char (e05jec).
nag_glopt_bnd_mcs_optset_char (e05jec) may be used to supply values for ‘ON’/‘OFF’-valued character optional arguments to
nag_glopt_bnd_mcs_solve (e05jbc). It is only necessary to call nag_glopt_bnd_mcs_optset_char (e05jec) for those arguments whose values are to be different from their default values. One call to nag_glopt_bnd_mcs_optset_char (e05jec) sets one argument value.
Each ‘ON’/‘OFF’-valued character optional argument is defined by a single character string in
optstr and the corresponding value in
cvalue. For example, the following allows local searches to be turned off:
strcpy(&lcsrch[0],"Off");
e05jec ('Local Searches', lcsrch, &state, &fail);
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.
See
Section 10 in nag_glopt_bnd_mcs_optset_file (e05jcc).