Initializing help system before first use

XSLP_PRESOLVELEVEL

Description
This control determines the level of changes presolve may carry out on the problem
Type
Integer
Values
XSLP_PRESOLVELEVEL_LOCALIZED 
Individual rows only presolve, no nonlinear transformations.
XSLP_PRESOLVELEVEL_BASIC 
Individual rows and bounds only presolve, no nonlinear transformations.
XSLP_PRESOLVELEVEL_LINEAR 
Presolve allowing changing problem dimension, no nonlinear transformations.
XSLP_PRESOLVELEVEL_FULL 
Full presolve.
Default value
XSLP_PRESOLVELEVEL_FULL
Note
XSLP_PRESOLVEOPS and XSLP_REFORMULATE controls the operations carried out in presolve. XSLP_PRESOLVELEVEL controls how those operations may change the problem.
Affects routines
See also