Low level interface function to the IBM ILOG CPLEX function
CPXaddqconstr
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
addQConstrCPLEX(env, lp, lzn, qzn, rhs, sense,
lind = NULL, lval = NULL,
qrow, qcol, qval, qname = 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 nonzero constraint coefficients in the linear part of the constraint.
Number of nonzero constraint coefficients in the quadratic part of the constraint.
Righthand side term.
The sense of the constraint to be added. Consult the IBM ILOG CPLEX documentation for more detailed information.
Linear part of the quadratic constraint to be added. Consult the IBM ILOG CPLEX documentation for more detailed information.
Linear part of the constraint to be added. Consult the IBM ILOG CPLEX documentation for more detailed information.
Quadratic part of the quadratic constraint to be added. Consult the IBM ILOG CPLEX documentation for more detailed information.
Quadratic part of the quadratic constraint to be added. Consult the IBM ILOG CPLEX documentation for more detailed information.
Quadratic part of the quadratic constraint to be added. Consult the IBM ILOG CPLEX documentation for more detailed information.
Name of the constraint to be added.
Zero if successful, otherwise nonzero.
Interface to the C function addQConstr
which calls the CPLEX
function CPXaddqconstr
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.