Description Usage Arguments Details Value Author(s) References
Low level interface function to the IBM ILOG CPLEX function
CPXcloneprob. Consult the IBM ILOG CPLEX documentation for
more detailed information.
1 | cloneProbCPLEX(env, lp, ptrtype = "cplex_prob")
|
env |
An object of class |
lp |
An object of class |
ptrtype |
A name for the pointer object. |
Interface to the C function cloneProb which calls the CPLEX
function CPXcloneprob.
If successful a pointer to the new CPLEX problem object as returned by
initProbCPLEX (an object of class
"cplexPtr"), otherwise an instance of class
"cplexError".
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.