Purpose
Declares a user termination routine to be called at the end of the Branch and Bound
search.
Synopsis
int XPRS_CC XPRSsetcbfreecutmgr(XPRSprob prob, int (XPRS_CC *fcms)(XPRSprob my_prob, void *my_object), void
*object);
Arguments
prob
|
The current problem.
|
fcms
|
The callback function which takes two arguments, my_prob and my_object, and has an integer return value.
|
my_prob
|
The problem passed to the callback function, fcms.
|
my_object
|
The user-defined object passed as object when setting up the callback with XPRSsetcbfreecutmgr.
|
object
|
A user-defined object to be passed to the callback function, fcms.
|
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.