Purpose
Declares a cut log callback function, called each time the cut log is printed.
Synopsis
int XPRS_CC XPRSsetcbcutlog(XPRSprob prob, int (XPRS_CC *fucl)(XPRSprob my_prob, void *my_object), void
*object);
Arguments
prob
|
The current problem.
|
fucl
|
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, fucl.
|
my_object
|
The user-defined object passed as object when setting up the callback with XPRSsetcbcutlog.
|
object
|
A user-defined object to be passed to the callback function, fucl.
|
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.