ILOG CPLEX .NET Reference Manual

Cplex.Algorithm.Barrier Field

Selects the barrier algorithm.

public const int Barrier = 4;

Remarks

This algorithm choice instructs the Cplex optimizer to use the barrier optimizer to solve an LP, QCP, or QP. When solving an LP or QP, the optimizer performs a crossover to a simplex solution unless the parameter Cplex.IntParam.BarCrossAlg is set to Cplex.Algorithm.None.

See Also

Cplex.Algorithm Class | ILOG.CPLEX Namespace