ILOG CPLEX .NET Reference Manual

Cplex.Algorithm.None Field

Selects no algorithm.

public const int None = -1;

Remarks

This algorithm choice is available only for selecting the crossover algorithm after solving an LP or QP with the barrier method. By selecting Cplex.Algorithm.None as the crossover algorithm for the barrier method (parameter Cplex.IntParam.BarCrossAlg), no crossover to a simplex solution is performed after the barrier optimization.

See Also

Cplex.Algorithm Class | ILOG.CPLEX Namespace