next up previous contents Back to SYMPHONY Home Page
Next: user_free_master 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 module (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:

USER_ERROR Ignored.
USER_SUCCESS Message is processed.
USER_DEFAULT No user message types defined.





Ted Ralphs
2003-10-16