Ownership of problem data
Describes ownership conventions in the C API with respect to data.
The Callable Library does not take ownership of user memory. All arguments are copied from your user-defined arrays into CPLEX-allocated memory. CPLEX manages all problem-related memory. After you call a routine that copies data into a CPLEX problem object, you can free or reuse the memory you allocated as arguments to the copying routine.