Low level interface function to the IBM ILOG CPLEX function
CPXaddmipstarts
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
addMIPstartsCPLEX(env, lp, mcnt, nzcnt, beg, varindices,
values, effortlevel, mipstartname = 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 MIP starts to be added.
Number of variable values to be added.
Array of length mcnt
used with varindices
and values
.
Consult the IBM ILOG CPLEX documentation for more detailed information.
Array of length nzcnt
containing the numeric indices of the columns
corresponding to the variables which are assigned starting values.
Consult the IBM ILOG CPLEX documentation for more detailed information.
Array of length nzcnt
containing the values to use for the MIP
starts.
Consult the IBM ILOG CPLEX documentation for more detailed information.
Array of length mcnt
.
Consult the IBM ILOG CPLEX documentation for more detailed information.
Names of the MIP starts.
Zero if successful, otherwise nonzero.
Interface to the C function addMIPstarts
which calls the CPLEX
function CPXaddmipstarts
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.