int user_process_own_messages(void *user, int msgtag)
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().
void *user | IN | Pointer to the user-defined data structure. |
int msgtag | IN | The message tag of the message. |
USER_ERROR | Ignored. |
USER_SUCCESS | Message is processed. |
USER_DEFAULT | No user message types defined. |