warning limit

Determines how many times warnings of a specific type will be displayed.

Purpose

warning limit parameter

API Parameter Name
C CPXPARAM_Read_WarningLimit
C++ IloCplex::Param::Read::WarningLimit
Java IloCplex.Param.Read.WarningLimit
.NET Cplex.Param.Read.WarningLimit
OPL warnlim
Python parameters.read.warninglimit
Interactive read warninglimit
Identifier 1157

Description

By default, when modeling assistance is turned on via the data consistency checking parameter, CPLEX will display 10 warnings for a given modeling issue and then omit the rest. This parameter controls this limit and allows the user to display all of the warnings if desired.

Although this parameter is currently used for modeling assistance warnings, it may be used for other types of warnings in the future.

Table 1. Values
Value Meaning
n>=0 Limits number of warnings of each type displayed; default is 10

See also data consistency checking and modeling assistance