ILOG CPLEX .NET Reference Manual

Cplex.Algorithm.Primal Field

Selects the primal simplex algorithm.

public const int Primal = 1;

Remarks

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

See Also

Cplex.Algorithm Class | ILOG.CPLEX Namespace