XPRSremovecbgapnotify
XPRSremovecbgapnotify |
Purpose
Removes a callback function previously added by
XPRSaddcbgapnotify. The specified callback function will no longer be removed after it has been returned.
Synopsis
int XPRS_CC XPRSremovecbgapnotify(XPRSprob prob, void (XPRS_CC *f_gapnotify)(XPRSprob prob, void* vContext, double* newRelGapNotifyTarget, double* newAbsGapNotifyTarget, double* newAbsGapNotifyObjTarget, double* newAbsGapNotifyBoundTarget), void* p);
Arguments
prob
|
The current problem.
|
f_gapnotify
|
The callback function to remove. If
NULL then all
gapnotify callback functions added with the given user-defined pointer value will be removed.
|
p
|
The user-defined pointer value that the callback was added with. If
NULL then the pointer value will not be checked and all the
gapnotify callbacks with the function pointer
f_gapnotify will be removed.
|
Related topics