ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Sifting subproblem algorithm |
Sifting subproblem algorithm |
INDEX PREVIOUS NEXT |
C Name
CPX_PARAM_SIFTALG
C++ Name
SiftAlg
Java Name
SiftAlg
.NET Name
SiftAlg
InteractiveOptimizer
sifting algorithm
Identifier
1077
Description
Sets the algorithm to be used for solving sifting subproblems. The default automatic setting will typically use a mix of barrier and primal simplex.
Values
Value |
Symbol |
Meaning |
---|---|---|
0 | CPX_ALG_AUTOMATIC |
Automatic: let CPLEX choose; default |
1 | CPX_ALG_PRIMAL |
Primal Simplex |
2 | CPX_ALG_DUAL |
Dual Simplex |
3 | CPX_ALG_NET |
Network Simplex |
4 | CPX_ALG_BARRIER |
Barrier |
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |