Initializing help system before first use

branchobj.getrows

branchobj.getrows


Purpose
Returns the constraints for a branch of a user branching object.
Synopsis
branchobj.getrows (ibranch, nrows_size, nelems_size, rtype, rrhs, rbeg, mcol, dval)
Arguments
ibranch 
The number of the branch to get the constraints from.
nrows_size 
Maximum number of rows to return.
nelems_size 
Maximum number of non zero coefficients to return.
rtype 
Character array of length nrows_size where the types of the rows will be returned:
Less than type.
Greater than type.
Equality type.
rhs 
Array of length nrows_size where the right hand side values will be returned.
mbeg 
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 
Array of length nelems_size which will be filled with the column indices for the non zero coefficients.
dval 
Array of length nelems_size which will be filled with the non zero coefficient values.
Related topics

© 2001-2019 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.