Low level interface function to the IBM ILOG CPLEX function
CPXnewrows
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
newRowsCPLEX(env, lp,
nrows, rhs = NULL, sense = NULL,
rngval = 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 new rows.
Right hand side term for each new constraint.
Sense of each new constraint (see IBM ILOG CPLEX documentation for possible values).
Range values for each new constraint.
Names for the new rows.
Zero if successful, otherwise nonzero.
Interface to the C function newRows
which calls the CPLEX
function CPXnewrows
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.