Initializing help system before first use

XPRS_bo_getid

XPRS_bo_getid


Purpose
Returns the unique identifier assigned to a branching object.
Synopsis
int XPRS_CC XPRS_bo_getid(XPRSbranchobject obranch, int* p_id);
Arguments
obranch 
A branching object.
p_id 
Pointer to an integer where the identifier should be returned.
Further information
1. Branching objects associated with existing column entities (binaries, integers, semi–continuous and partial integers), are given an identifier from 1 to MIPENTS.
2. Branching objects associated with existing Special Ordered Sets, are given an identifier from MIPENTS +1 to MIPENTS+ SETS.
3. User created branching objects will always have a negative identifier.
Related topics