Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXqpwrite
is used to write a QP format file
corresponding to the quadratic coefficient matrix of the problem object.
This format is described in detail in the reference manual
ILOG CPLEX File Formats.
Example
status = CPXqpwrite (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 | A character string containing the name of the file to which the QP information should be written. |