network simplex pricing algorithm
Specifies the pricing algorithm for network simplex optimization.
Purpose
Network simplex pricing algorithm
|
Description
Specifies the pricing algorithm for network simplex optimization. The default (0) shows best performance for most problems, and currently is equivalent to 3.
| 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 |