XPRS_bo_getrows
XPRS_bo_getrows |
int XPRS_CC XPRS_bo_getrows(XPRSbranchobject obranch, int ibranch, int* p_nrows, int nrows_size, int* p_nelems, int nelems_size, char crtype[], double drrhs[], int mrbeg[], int mcol[], double dval[]);
obranch
|
The user branching object to inspect.
|
||||||
ibranch
|
The number of the branch to get the constraints from.
|
||||||
p_nrows
|
Memory location where the number of rows should be returned.
|
||||||
nrows_size
|
Maximum number of rows to return.
|
||||||
p_nelems
|
Memory location where the number of non zero coefficients in the constraints should be returned.
|
||||||
nelems_size
|
Maximum number of non zero coefficients to return.
|
||||||
crtype
|
Character array of length
nrows_size where the types of the rows will be returned:
|
||||||
drrhs
|
Double array of length
nrows_size where the right hand side values will be returned.
|
||||||
mrbeg
|
Integer array of length
nrows_size which will be filled with the offsets of the
mcol and
dval arrays of the start of the non zero coefficients in the returned constraints.
|
||||||
mcol
|
Integer array of length
nelems_size which will be filled with the column indices for the non zero coefficients.
|
||||||
dval
|
Double array of length
nelems_size which will be filled with the non zero coefficient values.
|
© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.