next up previous contents Back to SYMPHONY Home Page
Next: user_prepare_to_check_cuts Up: User-written functions of the Previous: user_free_cp

user_receive_lp_solution_cp

void user_receive_lp_solution_cp(void *user)

Description:

This function is invoked only if in the user_send_lp_solution() function of the LP process the user opted for packing the current LP solution herself. Here she must receive the very same data she sent there.

Arguments:

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

Return values:

ERROR Cuts are not checked for this LP solution.
USER_NO_PP The user function exited properly.

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
2000-09-08