XPRSinterrupt
XPRSinterrupt |
Purpose
Interrupts the Optimizer algorithms.
Synopsis
int XPRS_CC XPRSinterrupt(XPRSprob prob, int reason);
Arguments
prob
|
The current problem.
|
||||||||||||||
reason
|
The reason for stopping. Possible reasons are:
|
Further information
The
XPRSinterrupt command can be called from any callback.
Related topics
None.