XSLPgetcoefs
XSLPgetcoefs |
Purpose
Retrieve the list of positions of the nonlinear coefficients in the problem
Synopsis
int XPRS_CC XSLPgetcoefs(XSLPprob Prob, int *nCoef, int *RowIndices, int *ColIndices);
Arguments
Prob
|
The current SLP problem.
|
nCoef
|
Integer used to return the total number of nonlinear coefficients in the problem.
|
RowIndices
|
Integer array used for returning the row positions of the coefficients. May be NULL if not required.
|
ColIndices
|
Integer array used for returning the column positions of the coefficients. May be NULL if not required.
|
Related topics