network simplex pricing algorithm

Specifies the pricing algorithm for network simplex optimization.

Purpose

Network simplex pricing algorithm

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Network_Pricing CPX_PARAM_NETPPRIIND
C++ IloCplex::Param::Network::Pricing NetPPriInd (int)
Java IloCplex.Param.Network.Pricing NetPPriInd (int)
.NET Cplex.Param.Network.Pricing NetPPriInd (int)
OPL netppriind netppriind
Python parameters.network.pricing not available
Interactive network pricing network pricing
Identifier 5004 5004

Description

Specifies the pricing algorithm for network simplex optimization. The default (0) shows best performance for most problems, and currently is equivalent to 3.

Table 1. Values
Value Symbol Meaning
0 CPXNET_PRICE_AUTO Automatic: let CPLEX choose; default
1 CPXNET_PRICE_PARTIAL Partial pricing
2 CPXNET_PRICE_MULT_PART Multiple partial pricing
3 CPXNET_PRICE_SORT_MULT_PART Multiple partial pricing with sorting