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)
OPL netdisplay
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