Initializing help system before first use

XPRS_bo_getbounds

XPRS_bo_getbounds


Purpose
Returns the bounds for a branch of a user branching object.
Synopsis
int XPRS_CC XPRS_bo_getbounds(XPRSbranchobject obranch, int ibranch, int* p_nbounds, int nbounds_size, char cbndtype[], int mbndcol[], double dbndval[]);
Arguments
obranch 
The branching object to inspect.
ibranch 
The number of the branch to get the bounds for.
p_nbounds 
Location where the number of bounds for the given branch should be returned.
nbounds_size 
Maximum number of bounds to return.
cbndtype 
Character array of length nbounds_size where the types of bounds will be returned:
Lower bound.
Upper bound.
Allowed to be NULL.
mbndcol 
Integer array of length nbounds_size where the column indices will be returned. Allowed to be NULL.
dbndval 
Double array of length nbounds_size where the bound values will be returned. Allowed to be NULL.
Related topics