Selects the barrier algorithm.
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
.