ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Simplex crash ordering

C Name

CPX_PARAM_CRAIND

C++ Name

CraInd

Java Name

CraInd

.NET Name

CraInd

InteractiveOptimizer

simplex crash

Identifier

1007

Description

Decides how CPLEX orders variables relative to the objective function when selecting an initial basis.

Values

Value 
Meaning 
LP Primal 
-1 
Alternate ways of using objective coefficients 
Ignore objective coefficients during crash 
Alternate ways of using objective coefficients; default 
LP Dual 
-1 
Aggressive starting basis  
Aggressive starting basis  
Default starting basis; default 
QP Primal 
-1 
Slack basis  
Ignore Q terms and use LP solver for crash 
Ignore objective and use LP solver for crash; default 
QP Dual 
-1 
Slack basis 
Use Q terms for crash 
Use Q terms for crash; default