| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The enumeration IloCplex::Algorithm lists the
algorithms available in CPLEX to solve continuous models as controlled
by the parameters
IloCplex::RootAlg and IloCplex::NodeAlg.
These values are also returned by IloCplex::getAlgorithm
to specify the algorithm used to generate the current solution.
The values FeasOpt and MIP are returned
by IloCplex::getAlgorithm
but should not be used with
IloCplex::RootAlg nor with IloCplex::NodeAlg.
See Also:
IloCplex, IloCplex::getAlgorithm, IloCplex::getSubAlgorithm
| 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 | |
FeasOpt = CPX_ALG_FEASOPT | |
MIP = CPX_ALG_MIP |