| Overview | Group | Tree | Graph | Index | Concepts |
The enumeration IloCplex::Algorithm lists the available
algorithms in CPLEX to solve continuous models as controlled
by the parameters
IloCplex::RootAlg and IloCplex::NodeAlg.
See Also:
IloCplex, IloCplex::IntParam, IloCplex::getAlgorithm, IloCplex::getSubAlgorithm, RootAlg, NodeAlg
| Fields |
|---|
| NoAlg |
= CPX_ALG_NONE
|
| AutoAlg |
= CPX_ALG_AUTOMATIC
|
| Primal |
= CPX_ALG_PRIMAL
|
| Dual |
= CPX_ALG_DUAL
|
| Barrier |
= CPX_ALG_BARRIER
|
| Sifting |
= CPX_ALG_SIFTING
|
| Concurrent |
= CPX_ALG_CONCURRENT
|
| Network |
= CPX_ALG_NET
|