Automatic Selection of Optimizer

The default Automatic setting of LPMethod lets ILOG CPLEX determine the algorithm to use to optimize your problem. Most models are solved well with this setting, and we recommend using this option except when you have a compelling reason to tune performance for a particular class of model.

On a serial computer, or on a parallel computer where only one thread will be invoked, the automatic setting will in most cases choose the dual simplex optimizer. An exception to this rule is when an advanced basis is present that is ascertained to be primal feasible; in that case, primal simplex will be called.

On a computer where parallel threads are available to ILOG CPLEX, the automatic setting results in the Concurrent optimizer being called. An exception is when an advanced basis is present; in that case, it will behave as the serial algorithm would.


Previous Page: Choosing an Optimizer for Your LP Problem  Return to Top Next Page: Dual Simplex Optimizer