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

Constructors

  NameDescription
Public methodCplex..::..Algorithm
Initializes a new instance of the Cplex..::..Algorithm class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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