ILOG CPLEX .NET Reference Manual

Cplex.Algorithm.Network Field

Selects the network simplex algorithm.

public const int Network = 3;

Remarks

This algorithm choice 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

Cplex.Algorithm Class | ILOG.CPLEX Namespace