The Cplex..::..Algorithm type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cplex..::..Algorithm | Initializes a new instance of the Cplex..::..Algorithm class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Auto |
Allows Cplex to select an algorithm.
| |
| Barrier |
Selects the barrier algorithm.
| |
| Concurrent |
Selects the concurrent optimizer.
| |
| Dual |
Selects the dual simplex algorithm.
| |
| FeasOpt |
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.
| |
| MIP |
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.
| |
| Network |
Selects the network simplex algorithm.
| |
| None |
Selects no algorithm.
| |
| Primal |
Selects the primal simplex algorithm.
| |
| Sifting |
Selects the sifting algorithm.
|