next up previous external Back to SYMPHONY Home Page
Next: user_finished_checking_cuts Up: User-written functions of the Previous: user_prepare_to_check_cuts

user_check_cut

 

int user_check_cut(void *user, double lpetol, int varnum, 
                   int *indices, double *values, cut_data *cut,
                   int *is_violated)

Description:

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).

Arguments:

tabular1726

Return values:

tabular1728

Invoked from:
Whenever a cut needs to be checked.

Note:

The same note applies to number, indices and values as in the previous function.



Ted Ralphs
Fri Feb 11 13:47:59 CST 2000