Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXreadcopyqp
reads in the QP file specified
by the argument filename
and copies the quadratic matrix data
into the CPLEX problem object.
This routine changes the problem type to QP if it is not already a QP. It may not be used on a problem whose type is MIP.
Example
status = CPXreadcopyqp (env, lp, "myprob.qp");
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
filename_str | The name of the file from which the QP information should be read. |