XSLP_CONTROL


Description
Bit map describing which Xpress-SLP functions also activate the corresponding Optimizer Library function
Type
Integer
Values
Bit
Meaning
0 
Xpress-SLP problem management functions do NOT invoke the corresponding Optimizer Library function for the underlying linear problem.
1 
XSLPcopycontrols does NOT invoke XPRScopycontrols.
2 
XSLPcopycallbacks does NOT invoke XPRScopycallbacks.
3 
XSLPcopyprob does NOT invoke XPRScopyprob.
4 
XSLPsetdefaults does NOT invoke XPRSsetdefaults.
5 
XSLPsave does NOT invoke XPRSsave.
6 
XSLPrestore does NOT invoke XPRSrestore.
Default value
0 (no bits set)
Notes
The problem management functions are:
XSLPcopyprob to copy from an existing problem;
XSLPcopycontrols and XSLPcopycallbacks to copy the current controls and callbacks from an existing problem;
XSLPsetdefaults to reset the controls to their default values;
XSLPsave and XSLPrestore for saving and restoring a problem.
Affects routines


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.