Selects the network simplex algorithm.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public const int Network
Visual Basic
Public Const Network As Integer

Remarks

This algorithm-type instructs the Cplex optimizer to use the network simplex method on the embedded network for solving LPs or QPs and to continue with a simplex method.

See Also