next up previous external Back to SYMPHONY Home Page
Next: user_free_cp Up: User-written functions of the Previous: User-written functions of the

user_receive_cp_data

 

int user_receive_cp_data(void **user)

Description:

The user has to receive here all problem-specific information sent from user_send_cp_data() function in the master process. The user has to allocate space for all the data structures, including user itself. Note that this function is only called if the either the Tree Manager, LP, or CP are running as a separate process (i.e. either COMPILE_IN_TM, COMPILE_IN_LP, or COMPILE_IN_CP are set to FALSE in the make file). Otherwise, this is done in user_send_cp_data(). See the description of that function for more details.

Arguments:

tabular1697

Invoked from:
cp_initialize at process start.

Return values:

tabular1699



Ted Ralphs
Fri Feb 11 13:47:59 CST 2000