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:
|
||||||
|
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
