void user_receive_lp_solution_cp(void *user)
This function is invoked only in the case parallel computation and only if in the user_send_lp_solution() function of the LP module, the user opted for packing the current LP solution in a custom format. Here she must receive the data she sent there.
void *user | IN | Pointer to the user-defined data structure. |
USER_ERROR | Cuts are not checked for this LP solution. |
USER_SUCCESS | The user function executed properly. |
USER_DEFAULT | SYMPHONY's default format should be used. |
SYMPHONY automatically unpacks the level, index and iteration number corresponding to the current LP solution within the current search tree node.