Note: this function is deprecated. There is no replacement for this function.
e05jkc is used to get the value of an integer
e05jbc optional parameter.
e05jkc can be used before or after calling
e05jbc, but the initialization function
e05jac must have been called before calling
e05jkc.
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
e05jbc: before that time, getting the value of any of these optional parameters using
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
e05jbc.
None.
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
None.