Description
The routine CPXgetmethod() returns an integer indicating the solution algorithm used to solve the resident LP problem.Return Value
The possible return values are summarized below. If no solution exists, CPXgetmethod() returns 0.
int CPXgetmethod (CPXENVptr env,
CPXLPptr lp);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
CPXLPptr lpA pointer to a CPLEX LP problem object as returned by
CPXcreateprob().
method = CPXgetmethod (env, lp);