| > Continuous Optimization > Solving LPs: Simplex Optimizers > Choosing an Optimizer for Your LP Problem |
Choosing an Optimizer for Your LP Problem |
INDEX
PREVIOUS
NEXT
|
ILOG CPLEX offers several different optimizers for linear programming problems. Each of these optimizers is available whether you call ILOG CPLEX from within your own application using Concert or the Callable Library, or you use the Interactive Optimizer.
The choice of LP optimizer in ILOG CPLEX can be specified through a parameter, named CPX_PARAM_LPMETHOD in the Callable Library, and named LPMETHOD in the Interactive Optimizer. In both the C++ and Java versions of Concert, the LP method is controlled by the RootAlg parameter (which also controls related aspects of QP and MIP solutions, as explained in the corresponding chapters of this manual). In this chapter, this parameter will be referred to uniformly as LPMethod.
The LPMethod parameter determines which optimizer will be used when you solve a model in one of the following ways:
The choices for LPMethod are summarized in Table 8.1.
The symbolic names for these settings in an application program are summarized in Table 8.2.
| Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |