Description Usage Arguments Details Value Author(s) References See Also
The function openProbCPLEX creates a new CPLEX environment and a new
CPLEX problem object.
1 2 3 | openProbCPLEX(pname = "CPLEX_PROB",
ptrtypeENV = "cplex_env",
ptrtypePROB = "cplex_prob")
|
pname |
A single character string containing the name of the problem object. |
ptrtypeENV |
A name for the IBM ILOG CPLEX environment pointer object. |
ptrtypePROB |
A name for the IBM ILOG CPLEX problem pointer object. |
Interface to the C functions openEnv and initProb calling CPLEX
functions CPXopenCPLEX and CPXcreateprob.
env |
A pointer to the CPLEX environment as returned by
|
lp |
A pointer to the CPLEX problem object as returned by
|
If openEnvCPLEX() failes, env will be of class
"cplexError" and lp will be NULL. Each list element is
an object of class "cplexPtr".
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.
closeProbCPLEX, openEnvCPLEX,
initProbCPLEX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.