The Cplex..::..Algorithm type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAuto
Allows Cplex to select an algorithm.
Public fieldStatic memberBarrier
Selects the barrier algorithm.
Public fieldStatic memberConcurrent
Selects the concurrent optimizer.
Public fieldStatic memberDual
Selects the dual simplex algorithm.
Public fieldStatic memberFeasOpt
This value may not be used to select an optimizer but is returned by Cplex.GetAlgorithm when the method feasOpt has generated the current solution.
Public fieldStatic memberMIP
This value may not be used to select an optimizer but is returned by Cplex.GetAlgorithm when the mixed integer optimizer has generated the current solution.
Public fieldStatic memberNetwork
Selects the network simplex algorithm.
Public fieldStatic memberNone
Selects no algorithm.
Public fieldStatic memberPrimal
Selects the primal simplex algorithm.
Public fieldStatic memberSifting
Selects the sifting algorithm.

See Also