simplex network extraction level

Establishes the level of network extraction for network simplex optimization.

Purpose

Simplex network extraction level

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Network_NetFind CPX_PARAM_NETFIND
C++ IloCplex::Param::Network::NetFind NetFind (int)
Java IloCplex.Param.Network.NetFind NetFind (int)
.NET Cplex.Param.Network.NetFind NetFind (int)
OPL netfind netfind
Python parameters.network.netfind not available
Interactive network netfind network netfind
Identifier 1022 1022

Description

Establishes the level of network extraction for network simplex optimization. The default value is suitable for recognizing commonly used modeling approaches when representing a network problem within an LP formulation.

Table 1. Values
Value Symbol Meaning
1 CPX_NETFIND_PURE Extract pure network only
2 CPX_NETFIND_REFLECT Try reflection scaling; default
3 CPX_NETFIND_SCALE Try general scaling