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

user_process_own_messages

int user_process_own_messages(void *user, int msgtag)

Description:

The user must receive any message he sends to the master process (independently of SYMPHONY's own messages). An example for such a message is sending feasible solutions from separate heuristics processes fired up in user_start_heurs().

Arguments:

void *user IN Pointer to the user-defined data structure.
int msgtag IN The message tag of the message.

Return values:

ERROR Ignored.
USER_NO_PP Message is processed.





Ted Ralphs
2000-09-08