Initializing help system before first use

XSLP_CONTROL

Description
Bit map describing which Xpress NonLinear functions also activate the corresponding Optimizer Library function
Type
Integer
Values
Bit
Meaning
0 
Xpress NonLinear 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)
Note
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