user_finished_checking_cuts

[cf]user_finished_checking_cuts
int user_finished_checking_cuts(void *user)

Description:

When this function is invoked there are no more cuts to be checked, so the user can dismantle data structures he created in user_prepare_to_check_cuts. Also, if he received and stored the LP solution himself he can delete it now.

Arguments:

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

Return values:

USER_ERROR Ignored.
USER_SUCCESS The user function exited properly.
USER_DEFAULT There are no user-defined cuts in the pool.

Invoked from:
After all cuts have been checked.





Ted Ralphs
2007-12-21