ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Messages to screen switch

C Name

CPX_PARAM_SCRIND

C++ Name

screen indicator not available in this API

Java Name

screen indicator not available in this API

.NET Name

screen indicator not available in this API

InteractiveOptimizer

screen indicator not available in this interface

Identifier

1035

Description

Decides whether or not results are displayed on screen in an application of the C API.

To turn off output to the screen, in a C++ application, where cplex is an instance of the class IloCplex and env is an instance of the class IloEnv, the environment, use cplex.setOut(env.getNullStream()).

In a Java application, use cplex.setOut(null).

In a .NET application, use Cplex.SetOut(Null).

Values

Value 
Symbol 
Meaning 
CPX_OFF  
Turn off display of messages to screen; default  
CPX_ON 
Display messages on screen