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:
0
|
meaning that the next descendant is to be deleted;
|
1
|
meaning that both descendants are to be deleted.
|
|
Example
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.