network logging display switch

Decides what CPLEX reports to the screen during network optimization.

Purpose

Network logging display switch

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Network_Display CPX_PARAM_NETDISPLAY
C++ IloCplex::Param::Network::Display NetDisplay (int)
Java IloCplex.Param.Network.Display NetDisplay (int)
.NET Cplex.Param.Network.Display NetDisplay (int)
OPL netdisplay netdisplay
Python parameters.network.display not available
Interactive network display network display
Identifier 5005 5005

Description

Decides what CPLEX reports to the screen during network optimization. Settings 1 and 2 differ only during Phase I. Setting 2 shows monotonic values, whereas 1 usually does not.

Value Symbol Meaning
0 CPXNET_NO_DISPLAY_OBJECTIVE No display
1 CPXNET_TRUE_OBJECTIVE Display true objective values
2 CPXNET_PENALIZE_OBJECTIVE Display penalized objective values; default