next up previous external 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:

tabular1719

Return values:

tabular1721

Invoked from:
Whenever an LP solution is received.



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