Low level interface function to the IBM ILOG CPLEX function
CPXcopylpwnames
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
copyLpwNamesCPLEX(env, lp, nCols, nRows, lpdir, objf, rhs, sense,
matbeg, matcnt, matind, matval, lb, ub,
rngval = NULL, cnames = NULL, rnames = 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 columns in the constraint matrix.
Number of rows in the constraint matrix.
Single integer value that specifies whether the problem is a minimization or maximization problem.
The objective function coefficients.
The righthand side values for each constraint in the constraint matrix.
The sense of each constraint in the constraint matrix.
Array that defines the constraint matrix. Consult the IBM ILOG CPLEX documentation for more detailed information.
Array that defines the constraint matrix. Consult the IBM ILOG CPLEX documentation for more detailed information.
Array that defines the constraint matrix. Consult the IBM ILOG CPLEX documentation for more detailed information.
Array that defines the constraint matrix. Consult the IBM ILOG CPLEX documentation for more detailed information.
Containing the lower bound on each of the variables.
Containing the lower bound on each of the variables.
Containing the range value of each ranged constraint.
Names of the matrix columns or, equivalently, the variable names.
Names of the matrix rows or, equivalently, the constraint names.
Zero if successful, otherwise nonzero.
Interface to the C function copyLpwNames
which calls the CPLEX
function CPXcopylpwnames
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.