user_print_stat_on_cuts_added

[cf]user_print_stat_on_cuts_added
int user_print_stat_on_cuts_added(void *user, int rownum, waiting_row **rows)

Description:

The user can print out some information (if he wishes to) on the cuts that will be added to the LP formulation. The default is to print out the number of cuts added.

Arguments:

void *user IN Pointer to the user-defined LP data structure.
     
int rownum IN The number of cuts added.
waiting_row **rows IN Array of waiting rows containing the cuts added.

Return values:

USER_ERROR Revert to default.
USER_SUCCESS User printed whatever he wanted.
USER_DEFAULT Print out the number of cuts added.

Wrapper invoked from:
add_best_waiting_rows() after it has been decided how many cuts to add and after the cuts have been selected from the local pool.



Ted Ralphs
2016-02-19