Low level interface function to the IBM ILOG CPLEX function
CPXgetindconstr
. Consult the IBM ILOG CPLEX documentation for more
detailed information.
getIndConstrCPLEX(env, lp, which)
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.
An integer specifying which indicator constraint to return.
If successful a list is returned:
Index of the binary indicator variable. Consult the IBM ILOG CPLEX documentation for more detailed information.
Boolean value that specifies whether the indicator variable is complemented. Consult the IBM ILOG CPLEX documentation for more detailed information.
Righthand side value of the linear portion of the indicator constraint. Consult the IBM ILOG CPLEX documentation for more detailed information.
Sense of the linear portion of the constraint. Consult the IBM ILOG CPLEX documentation for more detailed information.
Variable indices of the entries of linval
.
Consult the IBM ILOG CPLEX documentation for more detailed
information.
Coefficients of the linear portion of the specified indicator constraint. Consult the IBM ILOG CPLEX documentation for more detailed information.
Interface to the C function getIndConstr
which calls the CPLEX
function CPXgetindconstr
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.