dependency switch

Decides whether to activate the dependency checker.

Purpose

Dependency switch

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Preprocessing_Dependency CPX_PARAM_DEPIND
C++ IloCplex::Param::Preprocessing::Dependency DepInd (int)
Java IloCplex.Param.Preprocessing.Dependency DepInd (int)
.NET Cplex.Param.Preprocessing.Dependency DepInd (int)
OPL depind depind
Python parameters.preprocessing.dependency preprocessing.dependency
Interactive preprocessing dependency preprocessing dependency
Identifier 1008 1008

Description

Decides whether to activate the dependency checker. If on, the dependency checker searches for dependent rows during preprocessing. If off, dependent rows are not identified.

Table 1. Values
Value Meaning
-1 Automatic: let CPLEX choose; default
0 Off: do not use dependency checker
1 Turn on only at the beginning of preprocessing
2 Turn on only at the end of preprocessing
3 Turn on at the beginning and at the end of preprocessing