ILOG CPLEX 11.0 User's Manual > Continuous Optimization > Solving Network-Flow Problems > Solving Problems with the Network Optimizer > Network Extraction

The ILOG CPLEX network extractor searches an LP constraint matrix for a submatrix with the following characteristics:

ILOG CPLEX can perform different levels of extraction. The level it performs depends on the NetFind parameter.

In terms of total solution time expended, it may or may not be advantageous to extract the largest possible network. Characteristics of your problem will qualify the tradeoff between network size and the number of simplex iterations required to finish solving the model after solving the embedded network.

Even if your problem does not conform precisely to network conventions, the network optimizer may still be advantageous to use. When it is possible to transform the original statement of a linear program into network conventions by these algebraic operations:

then ILOG CPLEX will carry out such transformations automatically if you set the NetFind parameter appropriately.