ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Sifting subproblem algorithm

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 
CPX_ALG_AUTOMATIC  
Automatic: let CPLEX choose; default  
CPX_ALG_PRIMAL 
Primal Simplex 
CPX_ALG_DUAL 
Dual Simplex 
CPX_ALG_NET 
Network Simplex 
CPX_ALG_BARRIER 
Barrier