int user_check_cut(void *user, double lpetol, int varnum, int *indices, double *values, cut_data *cut, int *is_violated)
The user has to determine whether a given cut is violated by the given LP solution (see Section 2.2 for a description of the cut_data data data structure).
The same note applies to number, indices and values as in the previous function.