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