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

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:

ERROR Revert to default.
USER_AND_PP User printed whatever he wanted.
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
2000-09-08