XPRSdelnode


Purpose
Deletes the specified node from the list of outstanding nodes in the Branch and Bound tree search.
Synopsis
int XPRS_CC XPRSdelnode(XPRSprob prob, int inode, int ifboth);
Arguments
prob 
The current problem.
inode 
Number of the node to delete.
ifboth 
Flag which must be one of:
meaning that the next descendant is to be deleted;
meaning that both descendants are to be deleted.
Example
XPRSdelnode(prob,10,0);
This deletes node number 10 in the tree search and its next descendent.
Further information
This routine might most effectively be called from a callback within the Branch and Bound search.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.