Low level interface function to the IBM ILOG CPLEX function
CPXchgmipstarts
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
chgMIPstartsCPLEX(env, lp, mcnt, mipstartindices, nzcnt,
beg, varindices, values, effortlevel)
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 changed.
Array of length mcnt
containing the numeric indices of the MIP
starts to be changed.
Number of entries to be changed.
Array of length mcnt
used with varindices
and values
.
Consult the IBM ILOG CPLEX documentation for more detailed information.
Aarray 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.
Zero if successful, otherwise nonzero.
Interface to the C function chgMIPstarts
which calls the CPLEX
function CPXchgmipstarts
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.