int user_print_stat_on_cuts_added(void *user, int rownum, waiting_row **rows)
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.
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. |
USER_ERROR | Revert to default. |
USER_SUCCESS | User printed whatever he wanted. |
USER_DEFAULT | Print out the number of cuts added. |