ILOG CPLEX .NET Reference Manual

Cplex.Algorithm.Dual Field

Selects the dual simplex algorithm.

public const int Dual = 2;

Remarks

This algorithm choice instructs the Cplex optimizer to use the dual simplex method for solving LPs or QPs.

See Also

Cplex.Algorithm Class | ILOG.CPLEX Namespace