Copying in MIP and QP

The ILOG CPLEX Mixed Integer Optimizer, the routine CPXcopyctype() copies information about variable types in a mixed integer programming (MIP) application.

The routines CPXcopyqsep() and CPXcopyquad() are for copying information about quadratic objective coefficients in a convex quadratic programming (QP) application.


Previous Page: Ownership of Problem Data  Return to Top Next Page: Problem Size and Memory Allocation Issues