Initializing help system before first use

XPRS_bo_getbranches

XPRS_bo_getbranches


Purpose
Returns the number of branches of a branching object.
Synopsis
int XPRS_CC XPRS_bo_getbranches(XPRSbranchobject obranch, int* p_nbranches);
Arguments
obranch 
The user branching object to inspect.
p_nbranches 
Memory where the number of branches should be returned.
Related topics