ILOG CPLEX 11.0 User's Manual > Continuous Optimization > Solving LPs: Barrier Optimizer > Tuning Barrier Optimizer Performance > Preprocessing

For best performance of the ILOG CPLEX Barrier Optimizer, preprocessing should almost always be on. That is, use the default setting where the presolver and aggregator are active. While they may use more memory, they also reduce the problem, and problem reduction is crucial to barrier optimizer performance. In fact, reduction is so important that even when you turn off preprocessing, ILOG CPLEX still applies minimal presolving before barrier optimization.

For problems that contain linearly dependent rows, it is a good idea to turn on the preprocessing dependency parameter. (By default, it is off.) This dependency checker may add some preprocessing time, but it can detect and remove linearly dependent rows to improve overall performance. Table 10.7 shows you the possible settings of DepInd, the parameter that controls dependency checking, and indicates their effects.

Table 10.7 Dependency Checking Parameter DepInd or CPX_PARAM_DEPIND
Setting 
Effect 
-1 
automatic: let CPLEX choose when to use dependency checking 
turn off dependency checking 
turn on only at the beginning of preprocessing 
turn on only at the end of preprocessing 
turn on at beginning and at end of preprocessing 

These reductions can be applied to all types of problems: LP, QP, QCP, MIP, including MIQP and MIQCP.