Usage
(Mixed Integer or Barrier Users Only)Description
The routine CPXgetprobtype() is used to access the problem type that is currently stored in the CPLEX LP problem object.Return Value
The values returned by CPXgetprobtype() are:
int CPXgetprobtype (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().
probtype = CPXgetprobtype (env, lp);