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

user_prepare_to_check_cuts

 

int user_prepare_to_check_cuts(void *user, int varnum, int *indices, 
                               double *values)

Description:

This function is invoked after an LP solution is received but before any cuts are tested. Here the user can build up data structures (e.g., a graph representation of the solution) that can make the testing of cuts easier in the user_check_cuts function.

Arguments:

tabular1946

Return values:

tabular1948

Invoked from:
Whenever an LP solution is received.



Ted Ralphs
Thu Jun 8 12:44:45 CDT 2000