user_receive_lp_solution_cp

[cf]user_receive_lp_solution_cp
void user_receive_lp_solution_cp(void *user)

Description:

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.

Arguments:

void *user IN Pointer to the user-defined data structure.

Return values:

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.

Invoked from:
Whenever an LP solution is received.

Note:

SYMPHONY automatically unpacks the level, index and iteration number corresponding to the current LP solution within the current search tree node.





Ted Ralphs
2010-03-24