ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Reduces use of memory

C Name

CPX_PARAM_MEMORYEMPHASIS (int)

C++ Name

MemoryEmphasis (bool)

Java Name

MemoryEmphasis

.NET Name

MemoryEmphasis

InteractiveOptimizer

emphasis memory

Identifier

1082

Description

Directs CPLEX that it should conserve memory where possible. When you set this parameter to its nondefault value, CPLEX will choose tactics, such as data compression or disk storage, for some of the data computed by the simplex, barrier, and MIP optimizers. Of course, conserving memory may impact performance in some models. Also, while solution information will be available after optimization, certain computations that require a basis that has been factored (for example, for the computation of the condition number Kappa) may be unavailable.

Values

Value 
bool 
Symbol 
Meaning 
false 
CPX_OFF 
Off; do not conserve memory; default 
true 
CPX_ON 
On; conserve memory where possible