Low level interface function to the IBM ILOG CPLEX function
CPXtuneparam
. Consult the IBM ILOG CPLEX documentation for
more detailed information.
tuneParmCPLEX(env, lp,
nIntP = 0, intP = NULL, intPv = NULL,
nDblP = 0, dblP = NULL, dblPv = NULL,
nStrP = 0, strP = NULL, strPv = NULL)
An object of class "'>cplexPtr"
as returned by
openEnvCPLEX
. This is basically a pointer to an
IBM ILOG CPLEX environment.
An object of class "'>cplexPtr"
as returned by
initProbCPLEX
. This is basically a pointer to an
IBM ILOG CPLEX problem object.
Number of integer parameters to be fixed during tuning.
Parameter numbers of the integer parameters which remain fixed.
Values for the parameters listed in intP
.
Number of double parameters to be fixed during tuning.
Parameter numbers of the double parameters which remain fixed.
Values for the parameters listed in dblP
.
Number of string parameters to be fixed during tuning.
Parameter numbers of the string parameters which remain fixed.
Values for the parameters listed in strP
.
Zero if successful, otherwise an instance of class "'>cplexError"
.
Interface to the C function tuneParam
which calls the CPLEX
function CPXtuneparam
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.