The function openProbCPLEX
creates a new CPLEX environment and a new
CPLEX problem object.
openProbCPLEX(pname = "CPLEX_PROB",
ptrtypeENV = "cplex_env",
ptrtypePROB = "cplex_prob")
A single character string containing the name of the problem object.
A name for the IBM ILOG CPLEX environment pointer object.
A name for the IBM ILOG CPLEX problem pointer object.
A pointer to the CPLEX environment as returned by
openEnvCPLEX
.
A pointer to the CPLEX problem object as returned by
initProbCPLEX
.
Interface to the C functions openEnv
and initProb
calling CPLEX
functions CPXopenCPLEX
and CPXcreateprob
.
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.