Low level interface function to the IBM ILOG CPLEX function
CPXcopylp
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
copyLpCPLEX(env, lp, nCols, nRows, lpdir, objf, rhs, sense,
matbeg, matcnt, matind, matval, lb, ub, rngval = 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.
Zero if successful, otherwise nonzero.
Interface to the C function copyLp
which calls the CPLEX
function CPXcopylp
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.