user_process_own_messages

[cf]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
2011-07-19