Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetsubmethod
is used to access the solution
method of the last subproblem optimization, in the case of an error
termination during mixed integer optimization.
Example
submethod = CPXgetsubmethod (env, lp);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by Example submethod = CPXgetsubmethod (env, lp); |
Value | Symbolic Constant | Algorithm |
0 | CPX_ALG_NONE | None |
1 | CPX_ALG_PRIMAL | Primal simplex |
2 | CPX_ALG_DUAL | Dual simplex |
4 | CPX_ALG_BARRIER | Barrier optimizer (no crossover) |