next up previous contents Back to SYMPHONY Home Page
Next: user_same_cuts Up: User-written functions of the Previous: user_print_branch_stat

user_add_to_desc

int user_add_to_desc(void *user, int *desc_size, char **desc)

Description:

Before a node description is sent to the TM, the user can provide a pointer to a data structure that will be appended to the description for later use by the user in reconstruction of the node. This information must be placed into *desc. Its size should be returned in *desc_size.

There is only one default option: the description to be added is considered to be of zero length, i.e., there is no additional description.

Arguments:

tabular1616

Return values:

tabular1618

Wrapper invoked from:
create_explicit_node_desc() before a node is sent to the tree manager.



Ted Ralphs
Thu Jun 8 12:44:45 CDT 2000