ILOG CPLEX .NET Reference Manual

Cplex.Algorithm.Sifting Field

Selects the sifting algorithm.

public const int Sifting = 5;

Remarks

This algorithm choice instructs the Cplex optimizer to use the sifting optimizer to solve LP problems. The sifting optimizer is available only for LPs; other attempts to use this choice will map to Auto.

See Also

Cplex.Algorithm Class | ILOG.CPLEX Namespace