The Cplex..::..Algorithm type exposes the following members.
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.
|