XSLPinterrupt
XSLPinterrupt |
Purpose
Interrupts the current SLP optimization
Synopsis
int XPRS_CC XSLPinterrupt(int Reason);
Arguments
Prob
|
The current SLP problem.
|
Reason
|
Interrupt code to be propagated.
|
Further information
Provides functionality to stop the SLP optimization process from inside a callback.
The following constants are provided for the paramter value:
Value 1 | XSLP_STOP_TIMELIMIT |
Value 2 | XSLP_STOP_CTRLC |
Value 3 | XSLP_STOP_NODELIMIT |
Value 4 | XSLP_STOP_ITERLIMIT |
Value 5 | XSLP_STOP_MIPGAP |
Value 6 | XSLP_STOP_SOLLIMIT |
Value 9 | XSLP_STOP_USER |