ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Messages to screen switch |
Messages to screen switch |
INDEX PREVIOUS NEXT |
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 |
---|---|---|
0 | CPX_OFF |
Turn off display of messages to screen; default |
1 | CPX_ON |
Display messages on screen |
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |